Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Gibwork Create Bounty

gibwork_createBounty

Create a new bounty with on-chain escrow on Gib Work. Define title, description, and reward amount for work submissions.

Instructions

Create a new bounty on Gib Work with on-chain escrow. SAP MCP context: Protocol gibwork; operation class write. Use for bounty creation, listing, and work submission. Confirm scope, payout, recipient, and deliverable evidence before writes. Use SAP attestation or feedback tools after work completion when reputation should be recorded on SAP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags parameter for Gibwork Create Bounty.
titleYesBounty title
creatorYesSolana public key (base58)
deadlineNoDeadline (Unix timestamp)
rewardMintNoToken mint address (base58)
descriptionYesDetailed bounty description
rewardAmountYesReward amount

Output Schema

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

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

Annotations show readOnlyHint=false, destructiveHint=false, idempotentHint=false. Description adds 'on-chain escrow' and warns about confirmation before writes, which enriches the behavioral context beyond annotations. However, it does not mention transaction costs or failure modes.

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

Conciseness3/5

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

Description has two sentences that serve purpose but include some redundancy (e.g., 'SAP MCP context') and could be more tightly worded. The second sentence is a bit fragmented.

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 tool's complexity (7 params, on-chain write, output schema exists), description covers confirmation and post-completion steps but lacks details on on-chain costs, escrow mechanics, and prerequisites. Adequate but not thorough.

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 description coverage is 100%, so baseline is 3. Description does not add new parameter-level meaning beyond what the schema already provides; mentions concepts like 'scope, payout, recipient' but those are not explicit parameters.

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 'Create a new bounty on Gib Work with on-chain escrow', providing a specific verb and resource. It distinguishes from sibling tools like gibwork_listBounties and gibwork_submitWork.

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?

Description says 'Use for bounty creation, listing, and work submission' and advises to 'Confirm scope, payout, recipient, and deliverable evidence before writes'. It also suggests using SAP tools for reputation after completion, providing context but no explicit when-not-to-use or alternatives.

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