Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Gibwork List Bounties

gibwork_listBounties
Read-onlyIdempotent

List available bounties on Gib Work using optional filters for tags, status, and result limit. Find bounties to create, work on, or submit.

Instructions

List available bounties on Gib Work. 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 List Bounties.
limitNoLimit controlling the maximum number of results returned by Gibwork List Bounties.
statusNoStatus parameter for Gibwork List Bounties.

Output Schema

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

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

Description contradicts annotations: annotations set readOnlyHint=true, but description says 'operation class write' and 'Use for bounty creation' implying write behavior. This is a serious inconsistency.

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 has two sentences, but the second is a long run-on that mixes unrelated guidance, reducing clarity. Could be more concise and front-loaded.

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?

With an output schema present, the description fails to explain what the tool returns (list of bounties) or any notable behavior. The SAP context is confusing and unnecessary for understanding the tool.

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

Parameters1/5

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

Schema descriptions for parameters are tautological (e.g., 'Tags parameter for Gibwork List Bounties') and add no real meaning. The tool description does not provide any additional parameter guidance beyond the schema.

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

Purpose3/5

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

First sentence clearly states 'List available bounties on Gib Work,' but the following sentence muddles purpose by claiming 'Use for bounty creation, listing, and work submission,' which incorrectly attributes write operations to a read-only tool.

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 explicit guidance on when to use this tool vs sibling tools like gibwork_createBounty or gibwork_submitWork. The mention of 'SAP attestation or feedback tools after work completion' is vague and not directly helpful for selecting this tool.

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