Skip to main content
Glama

Mf Search Schemes

mf_search_schemes

Search Indian mutual fund schemes by name from the AMFI directory. Filter by partial name and limit results to find matching schemes.

Instructions

Search all Indian mutual fund schemes by name (AMFI official directory).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (1-100).
queryYesSubstring to search in scheme names (min 2 chars), e.g. 'nifty 50' or 'hdfc balanced'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the authoritative data source (AMFI official directory) and implies a read-only lookup, but does not explicitly state side effects, permissions, or rate limits. For a low-risk search tool with an output schema, this is adequate but not thorough.

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 a single efficient sentence with no wasted words. The core purpose and scope are front-loaded, and the parenthetical source adds useful context without bloating the text.

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?

An output schema exists and the input schema is fully described, so the description need not explain return values or parameter formats. It gives enough context to correctly invoke the tool, though it could briefly mention the read-only nature given the absence of annotations.

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%, so the input schema already documents both the query substring behavior and the limit range. The description adds no syntax or format details beyond what the schema provides, so the baseline of 3 applies.

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 states a specific verb and resource: search Indian mutual fund schemes by name. The added scope 'AMFI official directory' clarifies the data source. It does not explicitly distinguish itself from sibling mutual-fund tools, but the search purpose is unambiguous.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as mf_get_nav or mf_get_nav_history. The use case is implied by the word 'search', but no exclusions, prerequisites, or alternative routing are provided.

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