Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

sap_sns_resolve_domain

Resolve a .sol domain to retrieve SAP agent identity, wallet, metadata, and SNS records for agent discovery and interaction.

Instructions

Resolve a .sol domain to SAP agent identity, wallet, metadata, and SNS records using the SAP SDK SnsModule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoThe .sol domain name to resolve to SAP agent identity and SNS records
Behavior3/5

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

With no annotations, the description lists the types of data returned (identity, wallet, metadata, records) but does not disclose whether the operation is read-only, idempotent, requires permissions, or has side effects. The transparency is adequate but incomplete for a mutation-ambiguous context.

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?

A single sentence of 20 words efficiently conveys the purpose and outputs. It is front-loaded with the verb 'Resolve' and contains no filler. Every word earns 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?

While the description lists key outputs, it lacks specification on whether the 'domain' parameter is required (schema shows 0 required) and does not provide usage context relative to similar sibling tools. For a simple tool, it is minimally adequate but could be more complete.

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 schema description already covers the 'domain' parameter well (100% coverage). The tool description adds extra detail by mentioning 'wallet' and 'metadata' as outputs beyond 'identity and SNS records', enhancing understanding beyond the schema.

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?

Description clearly states the action 'resolve', the resource '.sol domain', and the outputs: 'SAP agent identity, wallet, metadata, and SNS records'. It distinguishes from similar siblings like 'sns_resolveDomain' by specifying the SAP SDK SnsModule, making the tool's unique role clear.

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?

No guidance is provided on when to use this tool versus alternatives like 'sns_resolveDomain' or 'sap_sns_check_domain'. There are no prerequisites, usage conditions, or exclusions mentioned.

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