Skip to main content
Glama

List templates

list_templates
Read-onlyIdempotent

Ready-made form templates, each with its own field set, colour theme and header artwork. Search here before building a common form from scratch. Pass the slug to create_form's templateSlug and the form arrives complete. Building the same questions by hand loses the theme and the artwork.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFilter by words in the name, category or description, e.g. "job", "wedding", "feedback". Omit to list every template.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
templatesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/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 covered. The description adds context about the template content and how to use the result (passing slug to create_form) but does not disclose additional behaviors like pagination or output format.

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 concise and front-loaded with the tool's purpose, then provides usage guidance and integration details. Every sentence earns its place without any fluff.

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?

For a simple read-only list tool with one optional parameter and an existing output schema, the description covers purpose, usage, and how to apply results. Nothing critical is missing for an agent to call it correctly.

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?

The input schema provides 100% coverage for the single optional query parameter, describing filtering by words in name, category, or description. The tool description does not add any parameter details beyond what the schema already states, so a baseline of 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 clearly states the tool lists ready-made form templates with field sets, colour themes, and header artwork. It distinguishes from siblings like list_forms (which lists forms) by focusing on templates and explicitly ties to create_form via templateSlug.

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?

It gives explicit guidance: 'Search here before building a common form from scratch' and explains the benefit of using templates. However, it does not mention alternatives like list_invitation_templates or when not to use it, so it falls short of a perfect score.

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.