Skip to main content
Glama
Claudefarid

bd-finance-mcp

by Claudefarid

Compare Exchanges

compare_exchanges

Compare a company's share price on Dhaka and Chittagong exchanges to spot cross-exchange price gaps. Enter a stock code to see both prices side by side.

Instructions

Price the same share on both Dhaka and Chittagong exchanges.

Most Bangladeshi companies are listed on both. Prices can differ, and the gap is the kind of thing you cannot see without checking two sites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It communicates that the tool compares prices across two exchanges and explains why that matters, but it does not disclose edge cases like companies listed on only one exchange, data freshness, or how failures are handled.

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 core instruction is front-loaded in the first sentence. The two following sentences add useful context about dual listing and price divergence without redundancy, making the description appropriately sized and well structured.

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

Completeness3/5

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

The description provides helpful context about the two Bangladeshi exchanges, but it leaves the single required parameter ambiguous and does not address companies listed on only one exchange. Since there is an output schema, return-value documentation is not the issue; the missing input semantics are.

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

Parameters2/5

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

The schema only defines a required 'code' string with 0% description coverage. The description's phrase 'same share' implies that code identifies a company/share, but it never specifies whether this is a DSE code, CSE code, or normalized ticker, nor what format the agent should pass.

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 clearly states the action: price the same share on both Dhaka and Chittagong exchanges. It is specific about the resource and scope, though it does not explicitly distinguish itself from sibling tools like get_stock or market_summary.

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 context that most Bangladeshi companies are listed on both exchanges and that prices can differ implies when this tool is useful. However, it lacks explicit guidance about when not to use it or when to prefer a sibling tool such as get_stock for a single-exchange quote.

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

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/Claudefarid/bd-finance-mcp'

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