Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

sap_fetch_tool

Retrieve a tool descriptor from the Synapse Agent Protocol using an agent's public key (PDA) and tool name.

Instructions

Fetch a tool descriptor by agent PDA and tool name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentPdaNoAgent PDA (base58) that owns the tool descriptor
toolNameNoName of the tool descriptor to fetch
Behavior2/5

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

With no annotations, the description carries the full burden. It states the basic purpose but fails to disclose any behavioral traits such as read-only nature, required permissions, side effects, or rate limits.

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 concise sentence that efficiently communicates the tool's purpose without extraneous words. It is perfectly sized for quick comprehension.

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?

For a tool that fetches a descriptor, the description omits what the return value contains. Without an output schema, the agent lacks information about the structure or fields of the fetched tool descriptor, making it incomplete.

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 already provides descriptions for both parameters (agentPda, toolName) with 100% coverage. The tool description adds no additional meaning beyond what the schema provides, so baseline 3 is appropriate.

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 action ('Fetch') and the resource ('tool descriptor'), and specifies the keys ('agent PDA and tool name'). It distinguishes from siblings that fetch other entities like attestations or escrows.

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 implies the tool is for fetching a tool descriptor, but provides no explicit guidance on when to use it versus alternatives (e.g., sap_fetch_attestation, sap_fetch_escrow) or when not to use it.

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/OOBE-PROTOCOL/sap-mcp'

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