Skip to main content
Glama

Boat House

request_access

Ask to be let into a tool in someone else's workspace, at viewer, editor or admin. Its owners get an email with one Allow button; nobody there runs a command. The person is emailed when it is allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoDefault viewer.
targetYes<workspace>/<tool>, for example chloe/db.
messageNoOne line the owners see, e.g. who you are and why.
workspaceNoWorkspace slug to act in. Use this when you belong to several workspaces; whoami lists them.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it delivers meaningful behavioral context: the flow is asynchronous and human-mediated ('owners get an email with one Allow button; nobody there runs a command'), and the requester is notified on approval. This is the key behavioral trait an agent needs to set expectations that no immediate grant occurs.

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?

Three short sentences with zero filler. The core purpose is front-loaded, then the mechanism, then the follow-up. Every sentence earns its place.

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?

For an async approval tool with no output schema and no annotations, the description covers purpose, roles, the human-approval workflow, and the confirmation outcome. Minor gap: 'The person' is slightly ambiguous when the email recipient is never explicitly identified as the requester, and there's no mention of what happens on denial or what the tool returns.

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 100%, so the baseline of 3 applies; the schema already documents target format, tier enum, message, and workspace disambiguation. The description adds no parameter-specific details beyond what the schema provides, but it doesn't need to.

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 verb ('ask to be let into'), a specific resource ('a tool in someone else's workspace'), and the access tiers (viewer, editor, admin). The phrase 'someone else's workspace' clearly separates it from sibling set_access, which would grant access directly, and allow_request/access_requests, which handle the approval side.

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 description implies when to use this tool — when you need access to another workspace's tool rather than granting it yourself — but it never names an alternative or gives an explicit when-not. An agent must infer the distinction from the phrase 'someone else's workspace' and the sibling list.

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.