Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

test_bridge_connection

Read-onlyIdempotent

Check if a developer API key is authorized to use the AlgoChains bridge, returning authentication status and available scopes.

Instructions

Test a developer API key against the hosted AlgoChains bridge (mcp.algochains.ai). Returns auth status and scopes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoDeveloper key to test (or set AC_DEV_KEY env var)
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds that it returns 'auth status and scopes' and mentions the target URL (mcp.algochains.ai), providing useful behavioral context beyond annotations.

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?

Single sentence of 15 words is maximally concise. Includes purpose, target, and return info with no filler. Every word earns its place.

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 simple test tool with one optional parameter and no output schema, description covers purpose, parameter, and return. Could mention error behavior or prerequisites, but adequate for typical use.

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?

Single parameter api_key is fully described in schema (100% coverage). Description adds value by noting the environment variable fallback (AC_DEV_KEY), which helps the agent understand alternative input methods.

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?

Description clearly states verb 'Test' and resource 'developer API key against the hosted AlgoChains bridge'. Distinguishes from sibling tools like create_developer_key or list_developer_keys by focusing on testing validity against a specific endpoint.

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?

Purpose implies usage for validating a key, but no explicit when-to-use or when-to-avoid guidance. No mention of alternatives, so the agent must infer context from the name and description.

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/AlgoChains/algochains-mcp-server'

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