Skip to main content
Glama

bsp_revoke_all_tokens

Revoke all active consent tokens for a specified BEO to instantly block every institution from accessing the patient's health data.

Instructions

Emergency revocation — revokes ALL active ConsentTokens for a BEO. No institution will be able to access any data after this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
beoIdYesThe BEO UUID whose tokens to revoke.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

A4.2/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. It clearly warns that all tokens are revoked and that no institution will be able to access data afterward, disclosing the destructive and seemingly irreversible nature of the action. It doesn't mention reversibility or prerequisites, but the core behavioral impact is transparent.

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 two sentences with the 'Emergency' tag front-loaded, immediately signaling urgency. It avoids redundancy and focuses on the essential effect.

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 a destructive tool with a single parameter and no output schema, the description adequately explains the operation's effect. It could benefit from mentioning reversibility or restrictions, but the core information needed to call the tool correctly is present.

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 schema already fully describes the beoId parameter with 100% coverage, so the description doesn't need to add parameter information. It provides no additional semantics beyond the schema, which matches the baseline of 3 for high schema coverage.

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 explicitly states the tool revokes all active ConsentTokens for a BEO, using the verb 'revokes' and specifying the resource. It also emphasizes the emergency nature and the outcome (no institution can access data), which clearly distinguishes it from siblings like destroy or lock.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates this is an emergency revocation, implying it should be used when immediate and complete revocation is needed. It doesn't explicitly name alternatives or when not to use it, but the emergency context and the statement that no institution will have access after this provide clear guidance on when it's appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Biological-Sovereignty-Protocol/bsp-mcp'

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