Gibwork Create Bounty
gibwork_createBountyCreate 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
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags parameter for Gibwork Create Bounty. | |
| title | Yes | Bounty title | |
| creator | Yes | Solana public key (base58) | |
| deadline | No | Deadline (Unix timestamp) | |
| rewardMint | No | Token mint address (base58) | |
| description | Yes | Detailed bounty description | |
| rewardAmount | Yes | Reward amount |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |