Skip to main content
Glama

list_document_templates

Read-only

List available document templates for creating contracts and agreements. Filter results by type, country, and pagination.

Instructions

List available document templates for creating contracts and agreements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by template type
limitNoResults per page
offsetNoPagination offset
countryNoFilter by country code (ISO 2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe-read profile is covered. The description adds only that templates are used for creating contracts and agreements; it says nothing about result set size, pagination continuation, or whether the list is exhaustive versus filtered.

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; the verb and resource lead immediately. Nothing to trim.

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 four-parameter read-only listing with no output schema, the description omits pagination behavior and available filter dimensions, which the schema documents but the agent-facing summary does not reinforce. It is minimally adequate rather than complete.

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%: type, limit, offset, and country are each documented in the schema, including defaults and bounds. The description adds no filtering or pagination semantics beyond that, so the baseline 3 applies.

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?

Clear verb (List) plus specific resource (document templates) and a scoping note that these are for creating contracts and agreements. It does not explicitly differentiate from the sibling get_document_template or list_documents, so an agent must infer the plural-listing vs. single-get distinction.

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?

Usage is implied by 'List available' and the contract/agreement context, but there is no explicit when-to-use guidance, no mention of when to prefer get_document_template for a single template, and no prerequisites or pagination guidance.

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