Skip to main content
Glama

Delete Integration Package

delete_integration_package

Delete an integration package and all its artifacts from SAP Cloud Integration, requiring write permission and explicit confirmation to prevent accidental removal.

Instructions

Delete an integration package and all its artifacts. Requires ALLOW_WRITE and confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
packageIdYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool is destructive (deletes package and all artifacts) and requires a specific permission and confirmation parameter. This is transparent for a delete operation.

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 extremely concise: two sentences that state the action and the requirements. No filler or redundant information.

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?

Given that this is a delete operation with no output schema and only two parameters, the description covers the core aspects: what is deleted, the permission needed, and the confirmation flag. It omits details about potential side effects or error responses, but for its simplicity it is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description compensates by explaining that confirm must be true for the operation to proceed and that write permission is required. This adds meaning beyond the raw schema types.

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 verb 'delete' and the resource 'integration package and all its artifacts', making the purpose unambiguous. It distinguishes itself from sibling tools like copy_integration_package and create_integration_package.

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 specifies when to use this tool by requiring ALLOW_WRITE permission and confirm=true. However, it does not explicitly mention when not to use it or provide alternatives.

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/premsaidaggolu/sap-cpi-mcp-server'

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