Skip to main content
Glama
siddharthgaur1

indian-markets-mcp

Mutual fund scheme detail

mf_scheme
Read-onlyIdempotent

Fetch current NAV and metadata for a mutual fund using its AMFI scheme code. Uses official AMFI data to provide reliable fund information.

Instructions

Latest NAV and metadata for one AMFI scheme code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheme_codeYesAMFI scheme code, e.g. 119551

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds the 'Latest' temporal context and the fact that both NAV and metadata are returned, but does not go beyond annotations significantly.

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?

A single, front-loaded sentence that conveys the essential purpose with no wasted words. It is compact and immediately understandable.

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 single-parameter read-only lookup, the description adequately conveys what the tool returns and when it applies. There is no output schema, but 'NAV and metadata' gives enough high-level return context for an agent to select and invoke the tool.

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%, including a type and example for scheme_code. The tool description only restates 'one AMFI scheme code', adding no new semantic detail beyond the schema.

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 the tool returns 'Latest NAV and metadata' for 'one AMFI scheme code', identifying the resource and the scope. It does not use an explicit verb, and it does not name sibling tools, but the phrase 'one scheme code' helps distinguish it from search and history siblings.

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 description implies the tool should be used when you have a specific AMFI scheme code and need its current NAV and metadata. It does not explicitly mention alternatives like mf_nav_history or mf_search_schemes, or provide exclusion criteria, so the guidance is only implied.

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