Skip to main content
Glama

evaluate_admission

Check if an EXIT marker satisfies an admission policy to verify compliance without recording an arrival.

Instructions

Check whether an EXIT marker meets an admission policy without creating an arrival

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exitMarkerJsonYesJSON string of the EXIT marker
policyYesAdmission policy preset
Behavior3/5

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

With no annotations, the description must carry the full burden. It discloses the key behavioral trait (no side effect from creating an arrival), but omits details like error handling, return format, or prerequisites. The description is honest but incomplete for full transparency.

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 with no wasted words. It is efficient, though it could potentially include more guidance without becoming wordy. It avoids over-elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description should explain what the tool returns (e.g., boolean, error details). It does not. Additionally, while the schema documents parameter types, the description does not clarify the expected structure of 'exitMarkerJson' beyond being a JSON string. This leaves the agent with significant ambiguity about the tool's behavior.

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 input schema already has 100% description coverage for both parameters. The description adds no extra meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 tool's action: 'Check whether an EXIT marker meets an admission policy'. It also explicitly distinguishes from side-effect tools by noting 'without creating an arrival', differentiating it from siblings like 'verify_and_admit' which presumably creates an arrival.

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 phrase 'without creating an arrival' implies a dry-run usage, but there is no explicit guidance on when to use this tool versus alternatives like 'verify_and_admit' or 'verify_exit_marker'. Sibling names provide context but the description itself lacks direct usage instructions.

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/CellarDoorExits/mcp-server'

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