Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Blinks Execute Action

blinks_executeAction
Destructive

Execute a Solana Action by sending a wallet to an action endpoint, then sign the returned transaction. Validate action metadata and user intent before submitting.

Instructions

Execute a Solana Action — sends wallet to the Action endpoint and receives a transaction to sign. SAP MCP context: Protocol blinks; operation class write. Use to execute a Solana Action POST flow. Confirm the action metadata, parameters, expected transaction, and user intent before invoking. Preview and validate action output before signing or submitting any returned transaction through SAP transaction tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoKey-value parameters to fill Action template variables
walletYesUser wallet to sign the transaction
actionUrlYesAction endpoint URL (from getAction links)

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 already indicate destructiveHint=true and readOnlyHint=false. The description reinforces this by describing the flow as sending to an Action endpoint and receiving a transaction to sign, implying mutation. It adds a caveat to preview/validate output before signing, but no new behavioral traits beyond annotations. No contradiction.

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 fairly concise at about 80 words, front-loaded with the core action. It includes necessary context (SAP MCP) and usage warnings, though the phrases 'SAP MCP context' and the repetition of 'SAP transaction tools' could be trimmed. Still, every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (executing an external Solana Action and returning a transaction to sign), the description covers the key steps: sending to endpoint, receiving transaction, and need for preview/validation. An output schema exists (not shown), so return values need not be detailed. Slightly more detail on what happens after signing would improve completeness.

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?

Input schema has 100% description coverage for all three parameters (actionUrl, wallet, params). The description does not add any additional meaning beyond what the schema already provides; the only reference to parameters is a generic 'confirm the action... parameters.' Baseline score of 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 tool's function: execute a Solana Action by sending wallet to endpoint and receiving transaction to sign. It distinguishes from sibling blinks tools (build, confirm, get, resolve, validate) by specifying 'Use to execute a Solana Action POST flow' and referencing the blinks protocol and write operation class.

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 says when to use this tool ('Use to execute a Solana Action POST flow') and provides action items: confirm metadata, parameters, expected transaction, and user intent before invoking, and preview/validate output before signing. It does not explicitly list alternatives but the context of sibling tools makes them clear.

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