Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Give SAP Feedback

sap_give_feedback

Record on-chain feedback for an agent wallet by providing a score and optional comment hash, enabling verifiable reputation and trust attestation.

Instructions

Create on-chain feedback for an agent wallet. SAP MCP context: Reputation and trust flow. Use after verifying the target agent PDA or wallet and keep hashes/attestation metadata stable and auditable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOptional feedback tag/category (default: "general")
scoreNoFeedback score (numeric, e.g. 1–5)
agentWalletNoAgent wallet public key (base58) to give feedback for
commentHashNoOptional 32-byte comment hash as a byte array, hex string, or base64 string

Output Schema

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

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

Annotations indicate a non-read-only, non-destructive operation; the description adds context about on-chain creation and the need for stability/auditability. However, it does not elaborate on side effects (e.g., irreversibility) or prerequisites beyond verification.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and the first sentence clearly states the primary purpose. The 'SAP MCP context' line is somewhat redundant given the title, but overall it is well-structured and not verbose.

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?

Given the presence of an output schema and full parameter descriptions, the description covers the basics. However, it lacks guidance on obtaining the target wallet PDA or when feedback is appropriate, leaving some context gaps for the agent.

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?

All four parameters are documented in the schema with descriptions (100% coverage), but the tool description adds no additional semantic detail beyond what is already in the schema parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create on-chain feedback') and the resource ('agent wallet'), and the 'SAP MCP context' line adds domain specificity. However, it does not explicitly distinguish this tool from siblings like `sap_update_feedback` or `sap_revoke_feedback`, relying on the name alone.

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 advises verifying the target agent PDA or wallet and ensuring data stability, which is helpful but provides no direct comparison to alternative feedback tools. No guidance on when to use this over update or revoke variants.

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