Skip to main content
Glama

FormsByState

Render document

render_document

Generate the document. Free: watermarked PDF preview + link to finish and download the clean PDF/Word on formsbystate.com. Developer key: clean PDF and Word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoUI language for labels/facts (documents themselves are English)
stateYesUS state: 2-letter code (TX), slug (texas) or name
doc_idYesDocument id from list_documents, e.g. lease, eviction_notice, bill_of_sale, nda, lien_waiver
formatNoDefault pdf
answersYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations mark this as a non-read-only, non-idempotent, non-destructive, closed-world creation call, and the description adds genuinely new behavior: output is tiered, with a watermarked PDF preview plus a completion link for free users and clean PDF/Word for developer-key users. This is meaningful disclosure beyond the annotations, though it omits latency/auth mechanics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short clauses, front-loaded with the core action followed by the tier-dependent output. No filler sentences, though the tier details are somewhat compressed and could be marginally clearer.

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?

There is no output schema, and while the description loosely sketches the return (link/watermarked preview vs clean files), it says nothing about the nested answers object the agent must populate or what happens on failure. Adequate but with clear gaps for a 5-parameter tool with a nested object.

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 80% (lang, state, doc_id, format all documented), so the schema already carries parameter meaning. The description adds nothing about the required answers object or the format/lang interactions, leaving the baseline 3.

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?

The description states a clear verb+resource ('Generate the document') and adds what the output contains at each tier. It is understandable on its own, but it never differentiates itself from siblings like validate_document or get_document_fields, so an agent must infer where render fits in the workflow.

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

Usage Guidelines2/5

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

No when-to-use guidance is given: there is no mention of calling list_documents/get_document_fields first, no prerequisite on answers, and no contrast with validate_document. The free-vs-developer-key text is pricing/access information rather than guidance on when to select this tool over alternatives.

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