Skip to main content
Glama

bags_get_claimable_fees

Query any wallet to see all claimable creator and LP fees. Get exact amounts so you can claim what's owed.

Instructions

Query all claimable creator/LP fees for a wallet. Free read-only tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletAddressNoWallet address to check. Defaults to the local keypair wallet if omitted.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.6.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates a read-only, side-effect-free operation, but it omits potential details such as authentication requirements, rate limits, or response format. Minimal but not misleading.

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

Conciseness5/5

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

The description is extremely concise: two short sentences with no filler. The core operation and the key 'free read-only' constraint are front-loaded, and every word earns its place.

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?

For a one-parameter, read-only lookup tool with no output schema, this description is nearly complete. It states the purpose, the scope, the wallet parameter, and the cost/side-effect tier. It could mention return shape or authentication posture, but the simple nature of the tool makes those gaps minor.

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% and the single optional parameter is already well documented with its default behavior. The description adds no additional semantic value beyond what the schema provides, so the baseline score of 3 applies.

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 uses a specific verb ('Query') and a clear resource ('all claimable creator/LP fees for a wallet'), making the tool's purpose immediately obvious. It also distinguishes itself from sibling tools like bags_claim_fees, which perform the actual claiming action.

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

Usage Guidelines3/5

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

The phrase 'read-only tier' gives useful context and implies this is the non-mutating counterpart to bags_claim_fees, but it never explicitly names alternatives or states when to choose this tool over another. Usage guidance is implied rather than directly explained.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/edycutjong/BagOS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server