Skip to main content
Glama

List forms

list_forms
Read-onlyIdempotent

Forms the connection can see, newest first, paginated with next_cursor. Pass team_id to list one team only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoForms per page.
cursorNonext_cursor from the previous page.
team_idNoTeam id (from list_teams). Required only when the connection covers several teams.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds useful context beyond annotations: newest-first ordering, next_cursor pagination, and connection-scoped visibility. These are behavioral traits an agent needs to correctly interpret results.

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?

Two concise sentences with zero filler. The first packs resource, scope, ordering, and pagination; the second covers the optional filter. Every phrase contributes information.

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?

For a simple paginated list endpoint with three optional parameters, the description covers scope, ordering, pagination, and filtering. The input schema handles parameter mechanics. No output schema exists, but the mention of next_cursor adequately signals the pagination response shape.

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?

Input schema has 100% parameter description coverage, so the description does not need to repeat limit or cursor details. It adds slight value for team_id by saying 'list one team only,' which reinforces the schema's conditional requirement, but this is marginal.

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?

Description clearly states the resource ('Forms'), the scope ('the connection can see'), and the ordering ('newest first'). This distinguishes it from sibling tools like get_form and list_submissions even without naming them.

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 instruction 'Pass team_id to list one team only' gives concrete conditional guidance for narrowing results. It does not explicitly name alternatives or say when not to use the tool, but the scope and filter condition are clear enough for an agent to select it appropriately.

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