get_catalog
Public offerings + sample payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Public offerings + sample payloads.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full disclosure burden, and it discloses almost nothing. 'Public offerings' weakly implies no authentication is required and that the operation is a read, but nothing is said about permissions, rate limits, or result shape for what appears to be a catalog-listing call.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Brevity here reflects under-specification rather than economy — six words that leave the resource and return content undefined. Nothing is front-loaded because there is essentially no content to order.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, no annotations, and no parameter documentation, the description is the agent's only source of information, and it states neither what a 'catalog' contains nor what a 'sample payload' is. For a zero-argument entry-point tool in a nine-tool set, this is insufficient to guide correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so per the rubric the baseline is 4. There are no argument semantics for the description to clarify, and it introduces no misleading parameter expectations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description is a sentence fragment ('Public offerings + sample payloads.') with no verb and an ambiguous noun — 'offerings' could be signals, expert advisors, or subscriptions. It does not distinguish this tool from close siblings like get_stock_catalog or get_signals, so an agent cannot confidently tell what resource is being fetched.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no when-to-use guidance, no conditions, and no mention of alternatives among the eight siblings. The only implied constraint is the word 'public', which hints at unauthenticated scope but is never stated as a usage rule.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.