list_templates
List 35 full page templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List 35 full page templates.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description bears full responsibility for disclosing traits. It only states the action, omitting whether the operation is read-only, requires authentication, or has rate limits. The agent cannot infer safety or side effects.
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?
The description is a single sentence that directly conveys the tool's purpose with no wasted words. It is appropriately front-loaded and easy to parse.
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?
While the description states what the tool returns (a count and category), it lacks details on the output format (e.g., template names, IDs) and whether pagination or filtering exists. For a simple list tool, partial coverage; some additional context would improve completeness.
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 accepts zero parameters, so the schema covers all. The description adds clear meaning by specifying the output (35 full page templates), fulfilling the baseline expectation for parameterless tools.
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 clearly states the tool lists '35 full page templates', specifying both the type and quantity. This distinguishes it from sibling tools like list_blocks, list_charts, and list_components which list different entity types.
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?
No guidance is provided on when to use this tool versus alternatives. Sibling tools exist (list_blocks, list_charts, etc.), but the description does not help choose between them or indicate when search might be preferred.
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.
Each tool has a clearly distinct purpose: listing different resource types, getting specific documentation, and keyword search. No overlap exists.
Tools consistently use 'get_' and 'list_' prefixes, but 'search' deviates slightly from the verb_noun pattern, though it remains predictable.
Seven tools is well-scoped for a component library server, covering listing, searching, and retrieving details without unnecessary bloat.
The tool surface covers the full workflow: discover resources via list and search, then get detailed docs or API. No obvious gaps for the stated purpose.