Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

gibwork_submitWork

Submit completed work for a Gib Work bounty. Provide wallet, bounty ID, and submission URL to claim reward.

Instructions

Submit completed work for a Gib Work bounty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
walletYesSolana public key (base58)
bountyIdYes
submissionUrlYesURL to the completed work (PR, doc, etc.)
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states 'submit completed work' without explaining side effects (e.g., on-chain transaction, gas costs, confirmation requirements). The description fails to inform the agent about the mutability or blockchain interaction involved.

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?

The description is a single sentence, making it concise. However, it is under-specified and could include more useful details without becoming verbose. It earns a middle score because while short, it sacrifices informativeness.

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

Completeness2/5

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

No output schema exists, so the description should clarify return values or outcomes. It lacks information about success/failure indicators, transaction confirmation, or error conditions. The tool's complexity warrants more context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not add any meaning beyond the input schema; 2 of 4 parameters have descriptions in the schema (wallet and submissionUrl), but the description itself ignores parameters entirely. Given 50% schema coverage, the description should compensate but fails to do so.

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 'Submit completed work for a Gib Work bounty' clearly states the action (submit) and the resource (completed work for a specific bounty system). It differentiates from sibling tools like gibwork_createBounty and gibwork_listBounties which have different purposes.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives, no prerequisites (e.g., an existing bounty), and no conditions for correct usage. The agent is left to infer that it should be used after completing work, but no explicit context is provided.

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