Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Coingecko Get Top Gainers Losers

coingecko_getTopGainersLosers
Read-onlyIdempotent

Retrieve top gainers and losers for any duration and currency using CoinGecko. This off-chain market data provides advisory context; on-chain SAP settlement remains authoritative.

Instructions

Get top gainers and losers from CoinGecko. SAP MCP context: Protocol coingecko; operation class read. Use for off-chain market data such as token prices, trending assets, token info, pools, and OHLCV. Use market data as advisory context. On-chain SAP settlement and escrow state remain authoritative for payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
durationNoDuration parameter for Coingecko Get Top Gainers Losers.
vsCurrencyNoVs Currency parameter for Coingecko Get Top Gainers Losers.

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 already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds behavioral context by stating the tool provides advisory data and is part of SAP MCP context, which goes beyond the annotations without contradicting them.

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 three sentences long, with the first sentence stating the core purpose, the second providing SAP MCP context, and the third giving usage guidelines. It is efficient and front-loaded, with no wasted words.

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 simplicity (only two parameters, with one enumerated), the presence of an output schema, and comprehensive annotations, the description is sufficiently complete. It explains the tool's role and the advisory nature of the data, covering the necessary context.

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?

The input schema has 100% description coverage for both parameters ('duration' and 'vsCurrency'), so the schema already documents them. The description does not add any additional meaning or details about parameter usage, meeting the baseline expectation.

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

Purpose4/5

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

The description clearly states 'Get top gainers and losers from CoinGecko' and provides context about off-chain market data. However, it does not explicitly differentiate from sibling CoinGecko tools like coingecko_getOHLCV or coingecko_getTrending, which could lead to confusion.

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 explains when to use this tool (for off-chain market data such as token prices, trending assets, etc.) and emphasizes that market data is advisory, with on-chain state being authoritative. This provides clear context, though it lacks explicit exclusion of 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