commsharbor_templates
List the versioned email templates of the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, from 1 to 100. | |
| cursor | No | Opaque cursor | |
| organization_id | Yes | Active organization ID |
List the versioned email templates of the organization.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, from 1 to 100. | |
| cursor | No | Opaque cursor | |
| organization_id | Yes | Active organization ID |
Changes observed during successful MCP inspections.
Input schema / properties / limit / defaultAdded value: +50Input schema / properties / limit / descriptionAdded value: +"Page size, from 1 to 100."Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It implies a read-only listing operation, but does not disclose pagination behavior, ordering, whether only metadata is returned, or any other side-effect-relevant details. The description adds little beyond the verb 'List'.
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?
A single, front-loaded sentence with no filler. It communicates the tool's purpose efficiently and leaves no redundant content.
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?
For a simple list tool with fully documented parameters, the description is minimally adequate. However, it does not clarify what 'versioned' means in relation to commsharbor_template_versions, and with no output schema or annotations, an agent may not know what the response includes.
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?
Schema description coverage is 100%, so the baseline applies. The description does not add meaning beyond the schema; it only mentions organization scope, which aligns with the required organization_id parameter but adds no new parameter semantics.
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 states a specific action ('List') and resource ('versioned email templates') scoped to the organization. It is clear enough for a listing operation, though the word 'versioned' creates slight ambiguity against the sibling tool 'commsharbor_template_versions'.
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 instead of alternatives such as commsharbor_template_get or commsharbor_template_versions. The description only states the basic operation without any context, exclusions, or preferred use cases.
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.