Skip to main content
Glama
par4987

@pired/sap-fiori-mcp-server

by par4987

Get UI Integration Cards guidelines

get_integration_cards_guidelines
Read-onlyIdempotent

Retrieve best practices for developing SAP UI Integration Cards. Use these guidelines to build manifest-driven cards that integrate effectively with SAP Build Work Zone.

Instructions

Returns best practices for developing SAP UI Integration Cards (manifest-driven cards for SAP Build Work Zone).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
topicNo
contentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.26.1

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description does not need to repeat those. The description adds useful context about what the returned content is (best practices for a specific card type), but does not disclose any additional behavioral traits beyond the annotations.

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 a single, front-loaded sentence with no filler. Every word adds meaning, specifying both the general purpose and the specific technology context.

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 zero-parameter, read-only tool with an output schema present, the description is fully sufficient. It tells the agent exactly what the tool returns and in what domain, leaving no necessary information missing.

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 tool has zero parameters, so the schema already fully covers this dimension. A baseline score of 4 is appropriate; there is no parameter semantic gap for the description to fill.

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 uses a specific verb ('Returns') and names an exact resource ('best practices for developing SAP UI Integration Cards'), explicitly tying it to manifest-driven cards for SAP Build Work Zone. This clearly differentiates it from the generic sibling get_guidelines and from create_integration_card.

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 provides clear context: this tool is for obtaining best practices when developing SAP UI Integration Cards. It does not explicitly name alternatives or list exclusions, but the domain is specific enough that an agent can infer when it is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.