Skip to main content
Glama

Bursia MCP Visitor Gateway Canary

bursia_visit_join

Join the Visitor Lounge only with a verified operator grant and policy acceptance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isTestNo
acceptPolicyYes
operatorPermissionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does disclose important prerequisites: a verified operator grant and policy acceptance. However, it does not explain side effects, whether joining is idempotent, what happens if already in the lounge, or failure/denial behavior.

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, focused sentence with no filler. The core action and its preconditions are front-loaded, making it easy for an agent to parse quickly.

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?

Given that there are no annotations, no output schema, and three parameters, the description is too thin. It omits behavior after joining, the meaning of isTest, and any guidance on how the policy acceptance string should be supplied. An agent would likely need external knowledge to invoke this correctly.

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?

Schema description coverage is 0%, so the description is the only available explanation for parameters. It maps operatorPermission to 'operator grant' and acceptPolicy to 'policy acceptance,' which helps, but it does not clarify the isTest parameter or define the expected value/format for acceptPolicy as a string.

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 uses a specific verb 'Join' and names the resource 'Visitor Lounge,' which is distinct from siblings like bursia_visit_read or bursia_visit_send. It also includes a key precondition, 'only with a verified operator grant and policy acceptance.' However, it does not fully distinguish itself from bursia_visit_enter_room, which could be seen as similar in meaning.

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 'only with a verified operator grant and policy acceptance' gives a clear precondition for use, telling an agent when the operation is allowed. But it does not state when to prefer this tool over sibling tools such as bursia_visit_enter_room or bursia_visit_leave, and no alternatives are named.

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