Skip to main content
Glama

Read one template

get_template
Read-onlyIdempotent

The full record for one template slug, including its example line items, in the language asked for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTemplate slug, for example free-invoice-generator.
languageNoLanguage of the name, description and example items, and of the page the url opens. Any of the 33 languages QuoteBill is written in, as a two-letter code such as en, ko, ja, zh, de, fr, es, ar or th. Defaults to en.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe page a person opens the template on.
slugYes
titleYes
layoutYes
countryNo
docTypeYes
categoryYes
languageNo
descriptionYes
exampleItemsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context about returning the full record, including example line items, and localizing content to the requested language, which goes beyond bare annotation information.

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, efficient sentence that front-loads the core behavior ('full record for one template slug') and adds the two differentiators (example line items, language). Every word earns its place with no redundancy.

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

Completeness5/5

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

The tool is a simple read operation with only two parameters, both fully documented in the schema. The output schema exists, so return values need not be described. Combined with the annotations and the description's mention of the full record including line items, nothing essential is missing for correct invocation.

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%, with detailed descriptions for both slug and language, including an enum and example. The description briefly reinforces the language parameter ('in the language asked for') and the concept of a slug, but does not add substantial meaning beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('full record for one template slug') and distinguishes it from sibling search/list tools by emphasizing a single, complete record including example line items. This makes the tool's purpose immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use this tool: when you need the full record for a specific template slug, including example line items. It does not explicitly name alternatives or exclusion conditions, but the context is clear enough for an agent to distinguish it from list/search tools.

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.