Skip to main content
Glama

get_requirement_detail

Retrieve detailed permit or requirement information using its unique ID. Provide the requirement ID to access complete details including eligibility, fees, and steps. Ideal for verifying specific regulatory requirements for food service businesses in Austin, SF, and NYC.

Instructions

Get detailed information about a specific permit or requirement by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requirement_idYesThe requirement ID (e.g., 'austin_mobile_food_vendor_permit')
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a retrieval operation (not destructive), but does not disclose rate limits, authentication needs, or potential absence of results. However, the description is clear about its read-only nature.

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?

The description is a single sentence, concise and to the point. It front-loads the purpose. Could potentially be slightly expanded without losing conciseness.

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?

Given the simplicity (1 parameter, no output schema, no annotations), the description covers the essential information. It explains what the tool does and the key parameter. It does not discuss return format, but that may be inferred.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single parameter. The description adds value by giving an example format for requirement_id ('austin_mobile_food_vendor_permit'), which clarifies the expected pattern beyond the schema's generic description.

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 verb 'Get' and the resource 'detailed information about a specific permit or requirement by its ID'. It distinguishes from siblings: list_locations and lookup_requirements are broader, while this tool targets a single item by ID.

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

Usage Guidelines3/5

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

The description implies that this tool should be used when you have a specific requirement ID, but does not explicitly state when to use it versus siblings or exclude cases. With only one sibling (lookup_requirements), more guidance on when to use which would be helpful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/benswork-space/canido-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server