Skip to main content
Glama

xpay✦ Finance Collection

getMutualFundQuotes

Access real-time quotes for mutual funds with the FMP Mutual Fund Price Quotes API. Track current prices, performance changes, and key data for various mutual funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions 'real-time quotes' and 'current prices, performance changes, and key data,' but fails to clarify that the tool likely returns a bulk list (no symbol parameter is present) and does not explain the effect of the 'short' parameter beyond the schema. The lack of any required parameters and the singular optional boolean suggest a list endpoint, but this is not stated.

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 two sentences, front-loaded with the primary purpose, and contains no fluff or redundant information. Every word adds value.

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?

The tool has only one optional parameter, yet the description does not explain how to specify which mutual fund(s) to query. Given there is no output schema, the description should clarify whether this returns a list of all mutual fund quotes or requires external context. The phrase 'various mutual funds' is vague and incomplete for effective tool invocation.

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?

The input schema has one parameter, 'short', with a description ('Whether to use short format'), so schema coverage is 100%. The tool description adds no additional meaning about parameters, 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 clearly states the tool's function: 'Access real-time quotes for mutual funds' with a specific verb and resource. It distinguishes from sibling tools like getQuote and getETFQuotes by explicitly focusing on mutual funds.

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 usage for mutual fund quote retrieval but does not explicitly state when to use this tool over alternatives like getQuote or getBatchQuotes. There is no mention of exclusions or alternative tools, leaving the agent to infer from the resource type.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources