Skip to main content
Glama
mkkim2102

finance-mcp-server

by mkkim2102

dart_test_connection

Send a message to confirm the finance MCP server is reachable and responding, verifying the connection is ready for financial research and trading tasks.

Instructions

Return a message to verify that the MCP server is working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes

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?

No annotations are provided, so the description carries the full burden. It transparently states the tool returns a message and implies a read-only health-check behavior. However, it does not clarify whether it performs an external network call, what the returned message looks like, or how failures are reported.

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 one concise sentence that front-loads the core action and purpose. Every word earns its place, with no unnecessary elaboration.

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?

For a trivial health-check tool, the description is mostly adequate, but it leaves the required parameter unexplained and gives no routing guidance among the many sibling test_connection tools. The presence of an output schema partially compensates, but the missing parameter semantics is noticeable.

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?

Schema description coverage is 0%, and the description does not explain the 'message' parameter at all. It is unclear whether the parameter is echoed back, used as a test payload, or required only as a formality, leaving the agent to guess what value to provide.

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 tool's purpose: it returns a message to verify the MCP server is working. While it doesn't explicitly differentiate itself from sibling test_connection tools, the name 'dart_test_connection' plus the 'verify server working' phrasing makes the intent clear.

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 the tool should be used to verify the MCP server is operational, which provides basic contextual guidance. However, it does not mention when to use this tool versus alternatives like check_dart_api_key or other test_connection tools.

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

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