Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Register SAP Agent SNS Domain

sap_sns_register_agent_domain

Register a .sol domain for the SAP agent wallet using USDC and SOL for fees. This tool builds, signs, and submits the registration transaction without setting the SOL record.

Instructions

Local-signer-only tool: register a .sol domain for the configured SAP agent wallet using the SAP SDK SnsModule. This tool builds, signs, and submits the full registration transaction with the local profile signer or external signer. Hosted accountless SAP MCP rejects this tool before x402 payment because OOBE never custodies user keys. Domain registration fees are paid in USDC plus SOL for rent and transaction fees. The SOL record is NOT set during registration (it requires a separate Ed25519 signature) — set it after using sap_sns_build_manage_record_transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
picNoProfile picture URL for the SNS Pic record (required if not provided in records.Pic)
spaceNoStorage space in bytes for the domain name account (default: 600)
domainNoThe .sol domain name to register for the SAP agent (with or without .sol suffix)
recordsNoOptional map of SNS record key-value pairs to set during registration (e.g. { "Url": "https://...", "Twitter": "@handle" }). Note: SOL record is skipped during registration.
sapDataNoOptional structured SAP metadata to embed in the domain TXT record (capabilities, protocols, endpoints, etc.)
protocolsNoOptional list of protocol IDs the agent supports
agentWalletNoThe Solana public key (base58) of the SAP agent wallet that will own the domain
capabilitiesNoOptional list of SAP capability IDs to advertise in the domain TXT record
setAsPrimaryNoWhether to set this domain as the agent primary .sol domain
durationYearsNoRegistration duration in years (default: 1)

Output Schema

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

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

Annotations indicate readOnly=false, destructive=false. Description adds valuable context: it builds/signs/submits transactions, pays fees in USDC+SOL, does NOT set SOL record, and requires separate signature. No contradiction with 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 concise, front-loaded with key information, and every sentence adds value. No filler or redundancies.

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?

Given the tool's complexity (10 params, nested objects, output schema present), the description covers registration process, signer requirements, fee details, and limitations. It is complete and well-paired with the existing annotations and output schema.

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?

Schema coverage is 100% so baseline is 3. The description does not add detailed parameter semantics beyond the schema, though it provides context about the SOL record being skipped. Overall, adequate but not exceptional.

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 registers a .sol domain for the SAP agent wallet using SAP SDK SnsModule, with specific verb 'register' and resource 'domain'. It distinguishes from sibling tools like sap_sns_build_manage_record_transaction by noting that SOL record is not set here.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states it's a local-signer-only tool and that hosted accountless SAP MCP rejects it before x402 payment. Provides clear when-not-to-use guidance and directs to use sap_sns_build_manage_record_transaction for setting the SOL record afterwards.

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