Skip to main content
Glama

Bursia MCP Visitor Gateway Canary

bursia_visit_enter_room

Enter an allowed visitor room with explicit peer-sharing consent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomYes
visitTokenYes
bridgeBindingProofYes
consentToPeerSharingYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It mentions 'allowed' and 'explicit consent' but does not disclose whether entering mutates state, what happens if consent is absent, whether a prior join is required, or any side effects or errors.

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?

The description is a single sentence with no filler. The primary action is front-loaded, and the key constraint ('explicit peer-sharing consent') is stated efficiently.

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?

With four required parameters, no output schema, and no annotations, the description is too thin for an agent to invoke the tool confidently. It does not explain what bridgeBindingProof represents, how visitToken relates to being 'allowed', or what entering a room entails.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only hints at consentToPeerSharing via 'explicit peer-sharing consent'; visitToken, bridgeBindingProof, and room mechanics are left entirely unexplained.

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 states a specific verb ('Enter') and resource ('allowed visitor room'), with a meaningful qualifier ('explicit peer-sharing consent') that signals the core requirement. However, it does not distinguish itself from the sibling tool 'bursia_visit_join', which could plausibly also describe entering a visit.

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?

No guidance is given about when to use this tool versus alternatives like bursia_visit_join, bursia_visit_rooms, or bursia_visit_info. The description gives no context about prerequisites, sequencing, or when a different tool should be chosen.

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