Skip to main content
Glama
Mipiti
by Mipiti

delete_reliance

Permanently delete a cross-model reliance edge, withdrawing delegated controls and adjusting coverage. Locate the edge ID using list_reliance first.

Instructions

Delete a cross-model reliance / delegation edge. Destructive and immediate.

Mutating: permanently removes the edge. Any credit the consumer model derived from it (a delegated objective or a relied-upon control) is withdrawn, which can move the consumer's coverage/posture. Does not affect either model's own controls. Returns {deleted: True, edge_id}.

Use list_reliance to find the edge_id first. To pause an edge without deleting, there is no toggle — deletion is the only removal path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edge_idYesID of the reliance edge to delete.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses destructive and immediate nature, permanent removal, cascading effects on consumer coverage/posture, non-effect on model's own controls, and the return payload. This goes well beyond a basic 'delete' statement.

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?

Three dense sentences front-load the destructive nature and each sentence adds essential context: what is deleted, consequences, prerequisite step, and lack of alternative. No filler or 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?

For a simple two-parameter delete tool, the description covers prerequisites, effects, return format, and alternatives. Even with an output schema present, it adds valuable behavioral context and makes the tool safely invocable.

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?

Schema coverage is 50%: edge_id is described in the schema and reinforced in the tool description, but server_version is completely undocumented in both schema and description. The description adds no meaning for server_version, leaving a significant gap for a required parameter.

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 identifies the specific verb+resource: deleting a cross-model reliance/delegation edge. It distinguishes itself from siblings like list_reliance, create_reliance, and confirm_reliance by specifying removal semantics, and from other delete/remove tools by naming the exact resource type.

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?

Explicitly instructs to use list_reliance first to find edge_id, and states there is no toggle alternative—deletion is the only removal path. This gives clear when-to-use and sequencing guidance relative to related tools.

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/Mipiti/mipiti-mcp'

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