Skip to main content
Glama

get_template

Read-only

Fetch legal agreement templates with field metadata to fill standard documents like NDAs, SAFEs, and employment contracts, producing DOCX files.

Instructions

Fetch a single template definition with field metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesTemplate ID, e.g. "common-paper-mutual-nda".
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing safety. The description adds value by specifying 'field metadata' as returned content, but omits error behavior (e.g., what happens if template_id is invalid) or cache characteristics.

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?

Extremely efficient at 7 words. Front-loaded with verb 'Fetch'. Every word earns its place: 'single' distinguishes from list operations, 'field metadata' clarifies what the definition contains. No redundant or filler text.

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?

Adequate for a simple read operation with one parameter and good annotations. The description covers the core behavior and hints at return value content ('field metadata'). Could improve by noting error cases (e.g., template not found) since no output schema exists.

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?

With 100% schema description coverage for the single parameter, the schema fully documents the input requirements. The description provides no additional parameter semantics, which is acceptable given the schema completeness, meeting the baseline of 3.

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 uses specific verb 'Fetch' with clear resource 'template definition' and scope 'single'. The phrase 'field metadata' distinguishes it from list_templates (which likely returns summary data) and 'Fetch' distinguishes it from fill_template (which implies mutation).

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 word 'single' implies this requires a specific ID versus browsing with list_templates, but there are no explicit when-to-use guidelines or named alternatives. The agent must infer the workflow from the sibling tool names and the parameter requirement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/open-agreements/open-agreements'

If you have feedback or need assistance with the MCP directory API, please join our Discord server