Get Topics
get_topicsGet topics list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| endAt | Yes | ||
| topics | No | ||
| regions | No | ||
| startAt | Yes | ||
| pageSize | No | ||
| topicIds | No | ||
| platforms | No |
get_topicsGet topics list.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| endAt | Yes | ||
| topics | No | ||
| regions | No | ||
| startAt | Yes | ||
| pageSize | No | ||
| topicIds | No | ||
| platforms | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must disclose behavioral traits, but it only says 'Get topics list.' It does not indicate read-only behavior, side effects, required permissions, pagination, or what the response contains. This is a significant gap for a tool with eight parameters.
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?
At four words, the description is extremely short, but this is under-specification rather than concise efficiency. It omits essential context about parameters, filters, and return values, so it does not earn its place as a useful explanation.
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?
Given the tool's complexity (eight parameters, two required, no output schema, no annotations), the description is grossly incomplete. It neither explains the function beyond the nominal action nor clarifies what output to expect, making it inadequate for an agent to invoke correctly.
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 input schema has eight parameters with zero description coverage, and the description adds no information about what any parameter means or how they should be used. The description fails to compensate for the complete lack of schema documentation.
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 'Get topics list' states a clear verb and resource, identifying this as a read operation for topics. However, it is vague about what specific topics are being listed and how this differs from other get_* tools, though no sibling tool has 'topics' in its name. It is more specific than a pure tautology but lacks the detail to be fully clear.
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 guidance on when to use this tool versus alternatives. The description provides no context on scenarios, prerequisites, or differences from sibling tools like get_prompts or get_brand_info, leaving the agent to infer usage from the name alone.
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.