Skip to main content
Glama
Arnavshah22

indstocks-mcp

by Arnavshah22

Value and analyse mutual fund holdings from a CAS

analyze_cas_portfolio

Revalue CAS holdings at today's AMFI NAV to compute current mutual fund allocation weights and concentration.

Instructions

Take the holdings in a CAS, revalue them at today's published AMFI NAV (matched by ISIN), and compute allocation weights and concentration. Answers what the mutual fund side of a portfolio looks like right now rather than on the statement date. Descriptive only — it does not rank or recommend anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupByNoFor a registrar statement: scheme, amc, or category (AMFI's own). For a depository statement: holding, account, or assetType. The two vocabularies are interchangeable — scheme/holding, amc/account and category/assetType mean the same thing on each. There is deliberately no sector grouping: a flexi-cap fund spans every sector.scheme
filePathYesPath to the CAS PDF on this machine
passwordNo
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the analytical scope ('Descriptive only', no ranking/recommendations) and implies a read-only, market-value computation. It does not explicitly state that the operation is non-mutating or describe external NAV-fetch dependencies, though those are expected for this kind of analysis.

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?

Three short sentences front-load the core action, clarify the temporal scope, and set an expectation boundary. No sentence is redundant or wasted.

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 tool with no annotations and no output schema, the description explains the transformation, the valuation basis (AMFI NAV by ISIN), the output concepts (weights, concentration), and the non-evaluative nature. It could add what the returned structure looks like, but the information needed to decide to call it and invoke it is present.

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 tool description itself contributes little to parameter understanding beyond the schema. However, the schema already documents groupBy at length and filePath clearly; only password lacks semantic explanation, and its purpose is inferable. This is adequate but not exceptional.

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 names a specific operation ('Take the holdings in a CAS, revalue them at today's published AMFI NAV ... and compute allocation weights and concentration') and clearly identifies the resource and scope. It also distinguishes itself from generic parsers or return-calculators by focusing on the current mutual fund side of the portfolio.

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 usage context: use it when a current, NAV-based view of mutual fund holdings is needed rather than the statement-date view, and only for descriptive analysis since it 'does not rank or recommend anything.' It stops short of naming explicit sibling alternatives, so the exclusion guidance is slightly implicit.

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

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/Arnavshah22/indstocks-mcp'

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