Discovering prompts and resources
Both follow the same request pattern astools/list.
Like
tools/list, these calls count against your rate limit. Call
them once when the session opens rather than before every tool call.Prompts
Arguments shown with a default value are optional. All other arguments are required.MCP prompt arguments are passed as strings. Where an argument is conceptually a number or a
list (
clips), send it as a string or a JSON scalar — the server coerces it. This is different
from tool arguments, which are validated against a strict JSON schema.CLIP lookup
Property characteristics
Climate and risk
Resources
Address a resource by its URI — that is whatresources/read takes. The Name column is
the display label the server registers; the resource://clip-mcp/info resource registers no
explicit label, so it surfaces under its function name.
Scopes
Scope enforcement applies to tools only. Prompts and resources are not scope-filtered, soprompts/list and resources/list can return entries for a server whose tools you cannot call.
Related
- CLIP tools — resolve an address or CLIP
- Property characteristics — structural and land detail
- Climate risk analytics — roof age and climate exposure
- Market and trend analytics prompts and resources — prompts and resources for the analytics tools
- Overview — session lifecycle
- Prompting patterns — writing your own prompts