Skip to main content
Glama
PauloCalazans

SAP Integration Content MCP

get_integration_flow

Retrieve metadata of an integration flow by providing its ID and version, with 'active' as default for the current active version.

Instructions

Get metadata of an integration flow by ID and version.

Use version='active' for the currently active version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoactive
iflow_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It only states that the tool 'get metadata,' which implies a non-destructive read operation, but fails to mention any required permissions, rate limits, error handling, or side effects. The description is too minimal to adequately inform an AI agent about behavioral traits.

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 consists of two concise sentences with no fluff. The first sentence immediately states the purpose, making it easy to scan. Every part is relevant and earned its place.

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

Completeness3/5

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

Given that an output schema exists (so return values need not be explained) and there are only two parameters, the description is minimally acceptable. However, it lacks any information about preconditions, error scenarios, or additional context such as whether the tool is read-only or requires specific authentication. For a get operation, it could be slightly more complete.

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 zero description coverage (0%), so the description must compensate. It adds useful context for the version parameter ('active' for current version), but does not explain the iflow_id parameter beyond its name. Schema coverage is low, and only one of two parameters receives additional semantics.

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 (Get), the resource (metadata of an integration flow), and the required identifiers (ID and version). It effectively distinguishes from sibling tools like get_integration_package or get_iflow_configurations by specifying 'integration flow' and 'metadata'.

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 provides a specific usage tip for the version parameter ('Use version='active' for the currently active version.'), but does not offer broader guidance on when to use this tool versus alternatives such as get_iflow_configurations or list_package_iflows. No when-not-to-use or exclusion criteria are 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/PauloCalazans/mcp-ci-python'

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