Skip to main content
Glama

Fetch template record (deep research)

fetch
Read-only

Fetch one letX LaTeX template record by the id returned from search. (ChatGPT deep-research compatibility tool; get_template gives richer output for other clients.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesdocument id returned by search

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

The annotations already provide readOnlyHint=true, so the read-only nature is covered structurally. The description adds useful context about the record type and the id provenance, but does not disclose behavior beyond that. The idempotentHint=false does not contradict the read-only implication because the description never claims idempotency.

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 compact sentences with no filler. The core behavior and id provenance are front-loaded, and the parenthetical efficiently handles the sibling distinction.

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 single-parameter, read-only fetch tool with high schema coverage and a clear sibling comparison, the description covers everything needed to select and invoke it correctly. The agent knows where the id comes from, that it is a read operation, and when to prefer get_template instead.

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%: the only parameter, id, is documented as 'document id returned by search'. The description largely repeats this same information, so it adds little semantic value over the schema. 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 ('Fetch'), a specific resource ('one letX LaTeX template record'), and the required identifier source ('by the id returned from search'). It also distinguishes itself from the sibling get_template by clarifying this is the ChatGPT deep-research compatibility variant.

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

Usage Guidelines5/5

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

The description explicitly identifies when fetch is appropriate (as a ChatGPT deep-research compatibility tool) and points to the alternative get_template for other clients. This gives an agent a clear routing decision between fetch and get_template.

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.

Resources