Skip to main content
Glama

commsharbor

commsharbor_templates

List the versioned email templates of the organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, from 1 to 100.
cursorNoOpaque cursor
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / limit / default
      Added value: +50
    • addedInput schema / properties / limit / description
      Added value: +"Page size, from 1 to 100."
  2. First observed

TDQS

B3.1/5.0
Behavior2/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources