Skip to main content
Glama
devenv

boris-mcp

by devenv

revoke

Remove a subject's circle assignment and record the intent, with the subject falling back to default access. Revoking an unassigned subject still logs the action.

Instructions

Remove a subject's circle assignment. Consent-carrying: calling this IS the approval.

The subject does not become unknown again — their request line stays in the log, and they fall back to whatever an unmapped authenticated caller gets. Revoking somebody who was never assigned is a no-op that still records the intent.

Tier: owner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYes
Behavior4/5

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

With no annotations, the description fully carries the burden. It discloses that the call is consent-carrying, explains the subject's fallback state, and clarifies that revoking a never-assigned subject is a no-op. This provides useful behavioral context beyond the basic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at three sentences plus a tier label, with the main action front-loaded. Almost no wasted words, though a more structured format with an explicit parameter definition would be ideal.

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

Completeness3/5

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

The description covers key behavioral aspects (consent, no-op, tier), but lacks details on return values, error conditions, or preconditions (e.g., must be an existing user). With no output schema or annotations, these gaps reduce completeness.

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?

Given 0% schema description coverage, the description must define the parameter. It introduces 'subject' but does not explicitly describe what it represents (e.g., a user ID or identifier). The context implies it's the entity to revoke, but the definition is insufficient.

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 clearly states the tool's action: 'Remove a subject's circle assignment.' It uses a specific verb and resource, and effectively distinguishes from sibling tools like 'grant' (add assignment) and 'access_requests' (list).

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 provides context about consent (calling this IS the approval) and behavior for non-assigned subjects (no-op that records intent). It also specifies 'Tier: owner' indicating who should use it. However, it does not explicitly mention alternatives or when not to use.

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/devenv/boris-mcp'

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