Skip to main content
Glama
azznggu

Finance MCP Server

by azznggu

get_all_prices

Fetches current exchange rates, Bitcoin price, gold price, and S&P 500 index in a single request, providing a complete market snapshot.

Instructions

모든 금융 정보를 한번에 가져옵니다 (환율, 비트코인, 금, S&P500)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 burden of behavioral disclosure. It states that all financial info is returned but does not describe the response structure, timing, or any potential limitations. For a simple read-only aggregation, this is moderately transparent but lacks detail.

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?

A single, concise sentence that is front-loaded with the primary action and includes parenthetical detail for the exact data types. Every word earns its place, with no unnecessary filler.

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 parameters, no output schema, and no annotations, the description provides sufficient context: it names the specific financial instruments covered. While it doesn't describe return format or usage scenarios, the simplicity of the tool means this is mostly complete for an AI agent.

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

Parameters4/5

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

The tool has zero parameters, so the input schema is trivially complete. The description does not need to add parameter semantics, and with no parameters, the baseline of 4 is appropriate.

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 that this tool fetches all financial information at once, explicitly listing the components (exchange rate, bitcoin, gold, S&P500). This distinguishes it from sibling tools that fetch individual data points, making its purpose unambiguous.

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 that this tool is for getting multiple financial data points simultaneously, but it does not explicitly contrast with sibling tools or state when to prefer this over individual getters. There is no explicit alternative naming or exclusion, so the guidance remains implicit rather than explicit.

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/azznggu/finance-mcp-server'

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