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
(
start_year, end_month) 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.Market and trend analytics
Resources
Address a resource by its URI — that is whatresources/read takes. The Name column is
the display label the server registers; these resources register no explicit label, so they
surface under their 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
- Market and trend analytics — the tools these prompts and resources support
- Property data prompts and resources — prompts and resources for the CLIP, property characteristics, and climate risk tools
- Overview — session lifecycle
- Prompting patterns — writing your own prompts