Skip to main content
Glama
wyre-technology

avanan-legacy-mcp

avanan_delete_msp_partner

Delete an MSP partner and automatically cascade-delete all its tenants using the partner's ID.

Instructions

Delete a child MSP partner by ID. WARNING: all tenants associated with this MSP are also deleted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
msp_idYesID of the MSP partner to delete.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly warns that all associated tenants are also deleted, which is a critical side effect. This makes the operation's destructiveness clear.

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 two concise sentences with no redundant information. The action and major caveat are front-loaded, making it easy to parse quickly.

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

Completeness4/5

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

For a simple one-parameter delete tool, the description covers what it does and the major consequence (tenant deletion). It does not mention return values or prerequisites, but given the low complexity and lack of output schema, this is adequate.

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 has 100% description coverage for the single parameter (msp_id). The tool description adds no further details about the parameter beyond what the schema already provides, so it meets the baseline but does not exceed it.

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 that the tool deletes a child MSP partner by ID, using a specific verb and resource. It distinguishes itself from sibling tools like avanan_delete_msp_user or avanan_delete_tenant by explicitly mentioning 'MSP partner' and the cascading effect on associated tenants.

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 implies usage for deleting a child MSP partner and warns about cascading tenant deletion, but it does not explicitly provide guidance on when to use this tool versus alternatives (e.g., deleting individual tenants first). No direct comparison to sibling tools is given.

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/wyre-technology/avanan-legacy-mcp'

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