Skip to main content
Glama
tspvivek
by tspvivek

baasix_delete_permission

Delete a permission by its unique ID to revoke user access and update authorization rules.

Instructions

Delete a permission

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPermission ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.7

TDQS

C2.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It only repeats that the operation is a delete and does not state whether deletion is permanent, cascades to dependent roles or items, requires special permissions, or what happens when the ID does not exist. This adds no behavioral context beyond the tool name.

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

Conciseness2/5

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

The description is technically short, but it is under-specified rather than appropriately concise. "Delete a permission" is essentially a repetition of the tool name and contains no useful additional content, so brevity here does not reflect good structure.

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?

With no annotations and no output schema, even a simple delete operation should state the effect, return behavior, or failure mode. The description provides none of this, leaving the agent to infer the consequences of a destructive call. This is inadequate for a permission-deletion tool.

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 input schema documents the single required "id" parameter as "Permission ID" with 100% coverage. The description adds no additional meaning about ID format, source, or validation. Since schema coverage is high, the baseline is 3, and the description neither helps nor hurts parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is "Delete a permission," which restates the tool name baasix_delete_permission and adds no information about scope, effect, or confirmation. It names a verb and resource but does not distinguish or elaborate beyond what the tool name already conveys.

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

Usage Guidelines2/5

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

No context is provided about when to use this tool versus sibling permission tools like baasix_get_permission, baasix_update_permission, or baasix_list_permissions. There are no prerequisites, exclusions, or alternative routing, so the agent receives no usage guidance.

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