Skip to main content
Glama

projectpermit_info

Use first to get supported Canadian cities/families, identity/idempotency and safe-writeback semantics. Capability discovery only; no permit determination is performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It discloses that the tool only performs capability discovery and does not evaluate permits, which sets accurate expectations. It also surfaces that the tool returns idempotency and safe-writeback semantics, adding behavioral context about subsequent write operations.

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 short sentences, front-loaded with the 'Use first' directive. No filler; every phrase adds distinct information about timing, content, or scope.

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 no-parameter capability-discovery tool with an output schema, the description covers what the tool does, what it returns, and what it does not do. The only omission is naming the sibling tools for permit checks, but the sibling list is available in context.

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?

The input schema has zero properties, so the description has no parameter burden. The baseline for zero-parameter tools is 4, and the description appropriately focuses on output content and usage rather than parameters.

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?

States a specific action ('Use first to get') and a concrete resource list (supported Canadian cities/families, identity/idempotency, safe-writeback semantics). Explicitly distinguishes itself from permit-checking siblings by declaring 'no permit determination is performed.' An agent can immediately tell this is the capability-discovery tool, not the requirement checker.

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?

Opens with the directive 'Use first,' which tells the agent the intended call order relative to other tools. 'Capability discovery only; no permit determination is performed' clearly marks when not to use it, and the sibling names make the alternative obvious. It could have named the sibling tools explicitly, but the context is unambiguous.

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.

TDQS

A4.1/5.0
Disambiguation4/5

The two requirement-check tools are distinct by cardinality: one handles a single project and the other handles a batch of 1-50. projectpermit_info is clearly a capability-discovery tool and not a permit determination, so the boundaries between tools are clear.

Naming Consistency4/5

check_project_requirements and check_project_requirements_batch follow a consistent verb_noun pattern, while projectpermit_info uses a noun_info style. This is a minor deviation but the overall naming remains predictable and readable.

Tool Count5/5

Three tools is well-scoped for this server: one info/discovery tool, one single-check tool, and one batch-check tool. Each tool has a distinct purpose and earns its place without unnecessary overlap.

Completeness5/5

The server covers the full intended workflow: discover supported jurisdictions and families, check a single project, and check up to 50 projects in batch. No obvious missing operations exist for pre-quoting and scheduling permit determination.