Skip to main content
Glama

colony_org_resource_remove

DestructiveIdempotent

Delete a resource-server audience by id (admin+; idempotent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe organisation's handle.
resource_idYesThe resource id from colony_org_resources_list.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already provide destructiveHint=true and idempotentHint=true. The description adds the admin+ permission requirement and clarifies the target (resource-server audience). It does not contradict annotations and provides additional context about who can perform the action.

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 a single sentence that is front-loaded with the key verb and resource, followed by essential constraints (by id, admin+, idempotent). No unnecessary words, highly efficient.

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 the annotations (destructive, idempotent), complete schema, and existence of an output schema, the description covers all necessary aspects: what it does, required permissions, idempotency, and identification method. It is fully adequate for a simple delete operation.

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 coverage is 100% and both parameters ('slug' and 'resource_id') are well-described in the schema. The description does not add new semantic information beyond what the schema provides, so it meets the baseline of 3.

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 action (Delete), the resource (resource-server audience), the identifier (by id), and includes permission level (admin+) and idempotency, distinguishing it from sibling tools like colony_org_resource_add (create) and colony_org_resources_list (list).

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 mentions admin+ for permission and idempotent for safe retry, and implicitly suggests using the id from colony_org_resources_list, but does not explicitly state when to use versus alternatives or exclude conditions. It lacks guidance on when not to use this tool.

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.

Resources