Skip to main content
Glama

Get the NFH Agent Entry status

get_agent_entry_status
Read-onlyIdempotent

Read the live-gated 1,000-seat empty-wallet lane. Reservations are off-chain and unminted; claims require the verified live minter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaning by revealing the lane is live, capacity-gated to 1,000 seats, that reservations are off-chain and unminted, and that claims require a verified live minter — useful behavioral context beyond the annotations.

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 short and front-loaded with the core read action. However, the language is jargon-heavy ('live-gated 1,000-seat empty-wallet lane', 'verified live minter') which reduces clarity even though the structure itself is economical.

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 that there are no parameters and an output schema exists, the description adequately covers what an agent generally needs to invoke the tool. It communicates that this is a read of a lane with off-chain reservations and claim prerequisites, though the heavy metaphors leave some contextual ambiguity for agents unfamiliar with the domain.

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 tool accepts zero parameters, so there is no parameter semantics for the description to enhance. With no parameters and complete schema coverage, the description does not need to document any input semantics; the baseline score of 4 applies.

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 starts with 'Read' and a specific resource, the NFH Agent Entry lane, and clarifies this is a status/read operation rather than a mutation. It does not explicitly differentiate itself from the sibling 'get_agent_entry', but the title and verb make the core purpose reasonably clear.

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?

There is no explicit guidance about when to call this tool versus sibling tools like get_agent_entry, prepare_agent_entry, or claim_as_agent. The note that reservations are off-chain and claims require a minter implies a readiness-check context, but the description never states 'use this when you need to check status' or when not to use it.

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.