Skip to main content
Glama
bruhsb
by bruhsb

paperclip_revoke_current_session

Destructive

Revoke the current board session token to immediately invalidate it, ending the session after administrative tasks.

Instructions

⚠ Board-only: Revoke the current board session token. WARNING: invalidates the token used to call this tool.

Returns: { ok: true } on success. The token used for this call is immediately invalidated.

Examples:

  • Use when: logging out a board session after completing administrative tasks

  • Don't use when: you only want to check who is logged in — use paperclip_get_current_user instead

Error Handling:

  • 401: authentication failed → the token may already be invalid

  • 404: no active session found → nothing to revoke

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description adds important behavioral context beyond the destructiveHint annotation: the token used for the call is immediately invalidated, and it includes specific error codes (401, 404) and their meanings. No contradiction with annotations.

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 concise yet comprehensive, with a clear warning, return value, usage examples, and error handling. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given zero parameters, destructive annotation, and no output schema, the description fully covers the tool's behavior: what it does, side effects, return format, error handling, and usage constraints. No gaps remain.

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

Parameters4/5

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

No parameters exist, so baseline is 4. The description correctly avoids adding parameter details, as none are needed.

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 the current board session token, specifying 'Board-only' and differentiating from checking login status. The verb 'revoke' and resource 'current board session' are clear and distinct.

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

Usage Guidelines5/5

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

Provides explicit when-to-use ('logging out a board session after completing administrative tasks') and when-not-to-use ('check who is logged in — use paperclip_get_current_user'), directly referencing a sibling tool. The 'Board-only' note further clarifies context.

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/bruhsb/paperclip-mcp'

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