Skip to main content
Glama
siddharthgaur1

indian-markets-mcp

Mutual fund NAV history

mf_nav_history
Read-onlyIdempotent

Retrieve historical NAV series for a mutual fund scheme by AMFI code, sorted oldest first. Optionally filter by start and end dates to analyze performance over specific periods.

Instructions

Historical NAV series for one scheme, oldest first. Optionally bounded by start/end ISO dates. Sourced from mfapi.in, which mirrors AMFI's historical NAV archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoISO end date, inclusive
startNoISO start date, inclusive
scheme_codeYesAMFI scheme code, e.g. 119551

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish that the tool is read-only and idempotent. The description adds useful behavioral context beyond those: results are ordered oldest first, dates are ISO and optionally bound the series, and the data originates from mfapi.in/AMFI, which hints at possible external-source limitations.

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?

Two tight sentences: the first front-loads the core function and ordering, the second adds date bounds and source provenance. There is no filler or repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only series tool with rich annotations and fully documented parameters, the description covers the essential behaviors: what is returned, ordering, optional date bounds, and data source. No critical invocation details are missing.

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 coverage is 100%, with all three parameters already described clearly, including the inclusive ISO date semantics for start and end. The description echoes the date-boundary concept but does not add material new parameter meaning beyond the schema.

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 states a specific resource ('Historical NAV series for one scheme') and a clear behavioral detail ('oldest first'). This clearly distinguishes it from sibling tools like mf_search_schemes and mf_scheme without needing to inspect them.

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 gives clear context for when to use the tool: retrieving historical NAV data for a single scheme, optionally constrained by date range. It does not explicitly name alternatives or state exclusions, but the intended use is evident from the first sentence.

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