list_document_templates
The workspace's PDF / Word document templates (quotes, job reports, invoices…) and the arguments each takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
The workspace's PDF / Word document templates (quotes, job reports, invoices…) and the arguments each takes.
| 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?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safe-read profile is covered. The description adds useful payload context ('and the arguments each takes'), but says nothing about pagination, ordering, or whether templates are workspace-wide or user-scoped.
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?
One compact sentence, front-loaded with the resource and followed by examples and the argument note. Nothing is wasted and nothing is buried.
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 and no parameters, the description carries the burden of describing the return value, and it does state what comes back (templates plus their arguments). It is adequate for a zero-arg listing tool, with only minor gaps around scope and pagination.
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?
Zero parameters, so the baseline is 4. The phrase 'the arguments each takes' hints that each returned template carries its own accepted argument set, which is a small bonus over an empty schema, though no parameter-level detail is needed or possible here.
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?
Names the concrete resource (the workspace's PDF/Word document templates) and enumerates examples (quotes, job reports, invoices), so the agent knows exactly what is returned. It stops short of differentiating from near-identical siblings such as list_estimate_templates and list_proposal_templates, which an agent could easily confuse with this one.
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?
The description is purely a content statement; it gives no when-to-use guidance and never mentions when to prefer this over list_estimate_templates, list_proposal_templates, or list_email_templates. The agent must infer from the sibling list alone that this tool covers PDF/Word output templates.
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.