Skip to main content
Glama
yynhr

mcp-abap-keyword

by yynhr

lookup_glossary

Look up ABAP glossary terms to find precise definitions and explanations. Resolve terminology questions using SAP's official documentation.

Instructions

Look up a term in the ABAP Glossary to get its definition and explanation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYesThe term to look up in the glossary (e.g., 'ABAP Objects', 'CDS', 'RAP')
Behavior3/5

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

No annotations are provided, so the description is the only source. It implies a read-only lookup operation and indicates that the output includes a definition and explanation, but it does not explicitly state side-effect-free behavior, error handling, or access requirements. For a simple lookup, this is minimally adequate.

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 clear sentence that efficiently conveys purpose without unnecessary words.

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?

The description sufficiently explains what the tool does for a simple single-parameter lookup. It does not include details on return format or edge cases, but the statement that it returns a definition and explanation is adequate given no output schema and low complexity.

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 schema already fully describes the 'term' parameter with examples. The description does not add additional semantic detail beyond restating that a term is looked up, so it does not elevate above the schema baseline.

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 tool's function: looking up a term in the ABAP Glossary to retrieve its definition and explanation. The verb 'look up' and specific resource 'ABAP Glossary' differentiate it from sibling tools like search_abap_keyword or browse_main_topics.

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?

There is no guidance on when to use this tool versus the sibling tools. It does not mention alternatives, prerequisites, or specific scenarios, such as when a user needs a formal glossary definition rather than a broader keyword search.

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/yynhr/mcp-abap-keyword'

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