Skip to main content
Glama

commsharbor

commsharbor_template_get

Read one template draft owned by this organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesTemplate ID
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral disclosure burden. It does disclose the read-only nature ('Read') and the scope constraint ('owned by this organization'), which covers the main safety and access traits. It does not mention error/not-found behavior or whether published templates are excluded beyond 'draft'.

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?

The description is a single front-loaded sentence with no filler. Every word contributes: the verb, the resource type, the draft status, and the ownership scope.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read operation with only two required parameters and no nested objects, the description is largely complete: it identifies the action, resource, and ownership prerequisite. It could be more complete by describing the response shape or listing alternatives, but the absence of an output schema makes the lack of return-details a minor gap.

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 coverage is 100%, so the baseline applies. The phrase 'owned by this organization' adds meaning to organization_id as the owning organization, and 'draft' clarifies what template_id refers to, but the description still adds no syntax or format detail beyond the schema.

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 clear verb ('Read') and resource ('one template draft') and adds ownership scope ('owned by this organization'). It is specific enough to identify the tool among the many template siblings, though it doesn't explicitly contrast with template_preview or 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 about when to choose this tool over alternatives such as commsharbor_templates, commsharbor_template_preview, or commsharbor_template_versions. The only usage signal is implied by the verb 'Read', so an agent must infer the intended use case.

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