Skip to main content
Glama
Coaspe

sap-abap-mcp

Remove SAP Watch Task

sap.ops.watch.task.remove

Remove a SAP watch task by specifying its task ID through the in-process watch service.

Instructions

Remove SAP Watch Task through the in-process SAP watch service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
taskIdYes
startIndexNo
includeDetailsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
statusYes
systemIdNo
warningsYes
requestIdYes
schemaVersionYes
Behavior2/5

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

Annotations indicate readOnlyHint=false (modifies state) and destructiveHint=false. However, removing a task is inherently destructive, suggesting a contradiction. The description does not clarify the behavior or consequences of removal, nor does it address the mismatched parameters (limit, startIndex, includeDetails).

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

Conciseness3/5

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

The description is a single sentence, which is concise but overly brief. It lacks necessary details about parameters, return values, or behavior. It is not front-loaded with the most critical information for an agent.

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?

Given the tool has 4 parameters, an output schema, and a complex domain (watch tasks), the description is severely incomplete. It does not explain the role of non-required parameters, the output format, or any constraints. The description adds minimal value beyond the tool name.

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

Parameters1/5

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

The input schema has 0% description coverage, yet the description provides no parameter explanations. The presence of limit, startIndex, and includeDetails alongside a required taskId is confusing—these seem unrelated to removal. The description fails to add any meaning beyond the schema structure.

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

Purpose4/5

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

The description uses the verb 'Remove' and specifies the resource 'SAP Watch Task', clearly indicating a deletion operation. It differentiates from sibling tools like add, disable, enable, and list. However, the phrasing 'through the in-process SAP watch service' adds minor ambiguity.

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 guidance is provided on when to use this tool over alternatives such as disable or update. There is no mention of prerequisites, side effects, or whether the removal is permanent. The description lacks context for appropriate use.

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/Coaspe/sap-abap-mcp'

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