Skip to main content
Glama

get_template

Details + Feld-Schema einer Vorlage: welche Felder (Name, Typ, Label, Optionen) auszufüllen sind, plus Rechtsraum. Adressierbar per slug ODER per id+lang. Feldnamen sind sprachübergreifend gleich.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoSprachneutrale Vorlagen-ID (mit lang kombinieren).
langNoBasissprache, wenn per id adressiert.
slugNoGlobal eindeutiger Slug (aus search_templates).
countryNoLand ISO-2 für den passenden Rechtsraum.
includeBlankPdfNoBlanko-PDF als base64 mitliefern.

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful context: field names are language-independent, and addressing can be via slug or id+lang. However, it does not disclose potential error behavior, return format, or side effects (though likely read-only), leaving some ambiguity.

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 two sentences, front-loaded with the main purpose, and contains no filler. Every sentence adds value: the first states what the tool returns, the second explains addressing and language behavior.

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?

Given no output schema and no annotations, the description should explain the return structure or error handling more explicitly. It covers the core purpose and parameter semantics but omits details about the response format, possible failure modes, or when includeBlankPdf would be relevant, leaving some gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds cross-parameter logic by stating 'Adressierbar per slug ODER per id+lang', clarifying the OR relationship between parameters, which the schema's individual descriptions do not explicitly convey. This adds beyond what the schema provides, justifying a 4.

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 clearly states the resource and action: 'Details + Feld-Schema einer Vorlage' retrieves template details and field schema. It specifies what is included (fields, legal space) and how to address it (slug or id+lang), distinguishing it from sibling tools like search_templates (searching) and fill_template (filling).

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

Usage Guidelines3/5

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

The description implies usage (you need a slug or id+lang), but does not explicitly say when to use this tool versus search_templates or fill_template. It provides addressing prerequisites but lacks explicit comparisons or exclusions, so some guidance is present but not fully developed.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Every tool targets a distinct action and resource: fax, brief, envelope, template, account, etc. There is no noticeable overlap; even fill_pdf and fill_template are clearly differentiated by type of PDF.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., account_balance, fax_confirm, search_templates). No mixing of conventions or irregular styles.

Tool Count3/5

With 33 tools, the server covers multiple subdomains (PDF, fax, postal, signatures, templates). This is on the higher side but still reasonable for a comprehensive document processing server. However, it could benefit from consolidation.

Completeness4/5

The tool surface covers core document workflows: fill, sign, scan, fax, mail, template exploration, and account management. Minor gaps exist (e.g., PDF merging or splitting), but most user journeys are supported.

Resources