Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Discover SAP Agents

sap_discover_agents

Discover agents filtered by protocol, capability, or capability list. Returns detailed profiles to inspect chain state before interacting.

Instructions

Discover agents by protocol, capability, or capability list. For unfiltered global listing, use sap_list_all_agents. SAP MCP context: Read-only SAP SDK wrapper against the configured Solana RPC and SAP program. Use these reads to inspect current chain state before mutating registry, payment, reputation, memory, or tool accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of agents to return (default: 50)
hydrateNoWhether to include full hydrated agent profiles in results (default: true)
protocolNoProtocol identifier to filter agents by (e.g. "jupiter", "drift")
capabilityNoSingle capability ID to filter agents by (e.g. "jupiter:swap")
capabilitiesNoArray of capability IDs to filter agents by (requires at least one)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior1/5

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

The description claims 'Read-only SAP SDK wrapper' and 'Use these reads', implying the tool is read-only. However, annotations set readOnlyHint: false, which directly contradicts the read-only claim. This is a serious inconsistency.

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 three sentences with no fluff. First sentence states purpose, second gives alternative, third provides context. It is front-loaded and efficient.

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?

The description covers purpose and usage context, and an output schema exists to explain return values. However, the contradiction with annotations undermines completeness, and it does not explain default behaviors for limit and hydrate parameters.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by grouping filter parameters into 'protocol, capability, or capability list', explaining they are alternative filters. This goes beyond the schema's individual descriptions.

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 discovers agents by protocol, capability, or capability list. It uses a specific verb-resource pair ('Discover agents') and distinguishes from the sibling tool sap_list_all_agents for unfiltered listing.

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 explicitly tells when not to use this tool (for unfiltered listing, use sap_list_all_agents) and provides context for when to use it (inspect chain state before mutations). It does not cover all sibling alternatives but gives clear guidance for the most relevant one.

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