Skip to main content
Glama
mansanitizer

Fabits MCP Server

by mansanitizer

fabits_get_basket_holdings

Retrieve current mutual fund holdings from your Fabits investment basket to track portfolio composition and performance.

Instructions

Get basket holdings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesUnique identifier for the user (e.g., WhatsApp phone number). REQUIRED for all requests to maintain user session state.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It implies a read operation ('Get'), but doesn't disclose behavioral traits such as authentication needs (though user_id is required), rate limits, response format, or whether it's idempotent. For a financial data tool with zero annotation coverage, this leaves significant gaps in understanding how it behaves.

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 at three words, with zero wasted text. It's front-loaded and efficiently states the core action, though this brevity contributes to its lack of detail in other dimensions.

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?

Given the complexity of financial tools and lack of annotations or output schema, the description is incomplete. It doesn't explain what 'basket holdings' entails, how results are structured, or error conditions. For a tool in a suite with many siblings, more context is needed to use it effectively.

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%, with the single parameter 'user_id' fully documented in the schema. The description adds no additional meaning about parameters beyond what's in the schema, so it meets the baseline of 3 where the schema does the heavy lifting without compensation needed.

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

Purpose2/5

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

The description 'Get basket holdings' restates the tool name with minimal elaboration. It specifies the action ('Get') and resource ('basket holdings'), but lacks detail on what basket holdings are or how they differ from other portfolio-related tools like 'fabits_get_portfolio'. This is a tautology that provides only basic purpose without meaningful differentiation.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. With sibling tools like 'fabits_get_portfolio' and 'fabits_get_transactions' that might overlap in financial data retrieval, the description offers no context, prerequisites, or exclusions to help an agent choose appropriately.

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/mansanitizer/fabits-mcp'

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