Skip to main content
Glama
riku359

cryosparc-docs-mcp

by riku359

search_official_docs

Search official CryoSPARC documentation with version-aware results, filtering by section to quickly find guides or tool references.

Instructions

Search the official CryoSPARC docs index.

Args: query: Free-text query (CLI command, API name, parameter, workflow…). cryosparc_version: Target version such as "v5.0+" or "v4.7"; "auto" uses the server's configured default_version_scope. Version-incompatible pages are ranked below compatible ones. section: Restrict to "guide" or "tools"; omit for both. max_results: Number of hits to return (capped at 20).

Returns a dict with a "results" list; each result includes title, source_url, official_source, version_scope, retrieved_at, and matched_excerpt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sectionNo
max_resultsNo
cryosparc_versionNoauto
Behavior5/5

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

With no annotations, the description carries full burden. It discloses return structure (dict with results), version ranking behavior, max_results cap, and section restriction. No destructive or unexpected behavior is hidden.

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?

Front-loaded with purpose, followed by clear bullet-point parameter descriptions and a concise return format note. No extraneous words.

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?

Despite lacking output schema, the description fully specifies return fields. All parameters are covered, and version handling behavior is explained. The tool's context (searching docs) is fully addressed.

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 0%, but descriptions fully explain all 4 parameters: query as free-text, cryosparc_version with default and behavior, section restriction, and max_results cap. This adds critical meaning beyond mere schema types.

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 starts with a clear, specific verb+resource: 'Search the official CryoSPARC docs index.' It distinguishes from siblings (docs_status, read_official_doc) by focusing on search functionality.

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

Usage Guidelines4/5

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

The description explains parameters and version handling in detail, guiding usage context. It lacks explicit statements about when to use alternatives (e.g., read_official_doc for known URLs), but the sibling names imply differentiation.

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/riku359/cryosparc-docs-mcp'

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