Skip to main content
Glama

cyanheads-mcp-server

Server Details

Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.9/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: cyanheads_search retrieves matches for queries, while cyanheads_describe provides detailed info for a named item. There is no ambiguity.

Naming Consistency5/5

Both tools follow the same prefix 'cyanheads_' followed by a clear verb (_search, _describe). The naming pattern is consistent and predictable.

Tool Count3/5

With only 2 tools, the server feels minimal but still covers its core function (find and describe). However, additional tools like listing all servers or tools could enhance the scope without overloading.

Completeness4/5

The pair covers the essential discovery workflow: search to find valid names, then describe to get details. A minor gap is the lack of a direct listing endpoint, but the search serves as a reasonable entry point.

Available Tools

2 tools
cyanheads_describeDescribe Fleet Tool or ServerA
Read-only
Inspect

Return the description, connection URL, and per-client install snippets for a named tool or server. For tools: the description and the server it belongs to. For servers: connection URL and install snippets for every supported client (or one specific client when the client parameter is specified). Call cyanheads_search first to find valid names.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoWhether name refers to a tool or server. Omit to auto-detect: names containing underscores are treated as tools; names containing hyphens are treated as servers.
nameYesTool name (snake_case, e.g. "earthquake_search") or server name (kebab-case, e.g. "earthquake-mcp-server"). Use cyanheads_search to discover valid names.
clientNoReturn the install snippet for this specific client only. Omit to return snippets for all supported clients.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYesThe resolved entry — either a tool detail or a server detail depending on the resolved kind.
Behavior5/5

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

Adds detailed behavioral context beyond annotations: explains output for tools vs servers, optional client filtering, and auto-detection logic. Consistent with readOnlyHint=true (read-only) and openWorldHint=false.

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?

Three concise sentences: first states main function, second clarifies differences, third gives usage advice. No redundant information, front-loaded with core purpose.

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?

Complete for a tool with output schema: explains all behaviors (tool vs server, client filtering, auto-detection) and prerequisites. Output schema handles return structure details.

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?

Schema coverage is 100%, and description adds meaning by explaining behavior based on 'kind' (auto-detection rule) and 'client' (return specific snippet). This goes beyond the schema's property descriptions.

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 it returns description, connection URL, and install snippets for a named tool or server, differentiating between tools and servers. It also distinguishes from sibling cyanheads_search by implying this is used after search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to call cyanheads_search first to find valid names, and explains auto-detection of kind based on name format. This provides clear when-to-use and when-not-to-use guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources