Skip to main content
Glama
turingmindai

TuringMind MCP Server

Official
by turingmindai

turingmind_list_spec_nodes

Filter and list repository SpecNodes by stage, surface_type, or level. Use stage=failed to find nodes needing repair, or surface_type=api_endpoint to build a Risk Posture Map.

Instructions

List SpecNodes for a repository, optionally filtered by stage, surface_type, or level. Use stage=failed to find nodes requiring repair. Use surface_type=api_endpoint to build the Risk Posture Map.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
levelNoall
stageNoall
surface_typeNoall
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read operation by using 'List,' but does not explicitly state that the operation is non-destructive, nor does it mention any side effects, rate limits, or pagination. For a simple listing tool, this is adequate but not fully transparent.

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 two sentences long with no wasted words. The first sentence immediately states the core purpose and filters, and the second sentence provides actionable examples. Front-loaded and efficient.

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 tool with 4 parameters, no output schema, and no annotations, the description covers the main purpose and gives usage tips for two filters. However, it lacks explanation of the required repo parameter, the output format, and any potential edge cases (e.g., empty list). It is sufficient for basic understanding but incomplete for complex usage scenarios.

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

Parameters3/5

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

Schema coverage is 0%, so the description must add meaning beyond the schema. It mentions three optional filters (stage, surface_type, level) and gives specific examples for stage=failed and surface_type=api_endpoint. However, it does not explain the repo parameter or the meaning of other enum values (e.g., level L0-L7, stage spec_defined). This provides partial but incomplete guidance.

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 the tool lists SpecNodes for a repository, with optional filters. It includes specific use cases like stage=failed and surface_type=api_endpoint, which distinguish it from other tools that focus on analysis, edits, or auditing. The verb 'List' and resource 'SpecNodes' are explicit.

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 provides explicit guidance on when to use specific filters: 'Use stage=failed to find nodes requiring repair' and 'Use surface_type=api_endpoint to build the Risk Posture Map.' This gives context for common scenarios, though it does not mention when not to use this tool or list alternatives.

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/turingmindai/turingmind-mcp'

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