Skip to main content
Glama

Discover form fields

get_form_fields
Read-onlyIdempotent

The field names the newest 2,000 submissions of this form carry, most used first, each with a count and the date it was last seen. Read the counts before you filter: "email" on 2,000 of 2,000 is what people send today, while a name on 11 of them, last seen months ago, was renamed and will return an empty page. At most 200 names, so a form with many rare names can hide one; q finds text without naming a field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_idYesForm id, a short string such as "AbC123xyz" (from list_forms).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnlyHint, openWorldHint, and idempotentHint annotations, the description discloses non-obvious behavior: the 2,000-submission window, 200-name limit, ordering by frequency, last-seen dates, and the empty-page risk for renamed fields. This is exactly the kind of practical behavioral detail an agent needs.

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 front-loaded with the core behavior and then delivers dense, purposeful caveats. No sentence is wasted, and it avoids repeating the title or schema.

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?

With no output schema, the description adequately explains what the agent will receive: field names, counts, last-seen dates, ordering, and limits. It could be slightly more explicit about the exact JSON structure, but the operational meaning is sufficiently clear.

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 sole parameter, form_id, is fully documented in the schema with format and provenance ('from list_forms'). The description adds no additional parameter-specific meaning, so the high schema-coverage baseline of 3 applies.

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 specifies a clear verb and resource: it lists field names from the newest 2,000 submissions, ordered by frequency, with counts and last-seen dates. This distinguishes it sharply from siblings like get_form or list_submissions.

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?

The description gives concrete usage context: read counts before filtering, watch for stale or renamed fields, and use 'q' when a field may be hidden by the 200-name cap. It stops short of explicitly naming the alternative sibling tool, but the guidance is clear and actionable.

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