Skip to main content
Glama
afthabvp

Indian Market MCP

by afthabvp

get_commodity_price

Retrieve live commodity prices for gold, silver, crude oil, natural gas, copper, aluminium, zinc, lead, nickel, and cotton.

Instructions

Get live price for a commodity — GOLD, SILVER, CRUDE_OIL, NATURAL_GAS, COPPER, ALUMINIUM, ZINC, LEAD, NICKEL, COTTON. Example: get_commodity_price("GOLD")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commodityYes
Behavior3/5

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

No annotations provided; description states 'live price' implying real-time data and lists acceptable commodities. Does not disclose additional behavioral traits such as rate limits, update frequency, or return structure.

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 concise sentences: first states purpose, second provides example. No extraneous information; every word is necessary.

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 tool with one enum-like parameter and no output schema, the description is complete. It specifies input values and implies output (live price) without needing elaboration.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only one parameter (commodity) with 0% schema coverage. The description lists all valid values (GOLD, SILVER, etc.) and provides an example, fully compensating for schema's lack of enum or description.

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 'Get live price for a commodity' and lists specific commodities (GOLD, SILVER, etc.), distinguishing it from sibling tools like get_all_commodity_prices or get_commodity_history.

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?

Provides an example call (get_commodity_price('GOLD')) demonstrating usage. Does not explicitly state when to use vs. alternatives, but the example and enumerated values guide correct invocation.

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

Install Server

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/afthabvp/indian-market-mcp'

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