Skip to main content
Glama
Tamaz-sujashvili

Senior Code MCP

doctor

Self-diagnoses setup prerequisites by checking Qdrant, collection, Ollama, and graph file; returns per-check status and overall healthy flag to identify missing items.

Instructions

Self-diagnose prerequisites before any org-facing setup.

The onboarding agent calls this first to learn what is already healthy and what is missing, so it only asks the org about the things that actually need a human decision. Non-destructive: never writes, never creates a collection, never pulls a model.

Checks:

  • Qdrant reachable on the configured URL.

  • Target collection exists and its vector count.

  • Ollama reachable and the configured embed model is pulled.

  • Graph file exists with node and edge counts.

Returns: Per-check status (ok bool + detail) and an overall healthy flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It explicitly states 'Non-destructive: never writes, never creates a collection, never pulls a model,' and enumerates exactly what is checked. This is thorough and goes beyond what an annotation would provide.

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 well-structured: opens with purpose, gives usage context, lists checks in bullets, and describes return values. Every sentence earns its place, and the most important information is front-loaded.

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 having no output schema, the description explicitly states the return shape: 'Per-check status (ok bool + detail) and an overall healthy flag.' Combined with clear usage guidance, non-destructive guarantees, and zero parameters, this is complete for an AI agent to select and invoke correctly.

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?

The tool has zero parameters and the schema coverage is trivially 100%. Per the rubric, a baseline of 4 applies for 0-parameter tools. The description adds no parameter-specific detail because none is needed.

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 uses a specific verb and resource: 'Self-diagnose prerequisites before any org-facing setup.' It clearly states the tool's role as a preflight check and distinguishes it from sibling search/ingest tools by focusing on health checks. The bullet list of checks further clarifies the scope.

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 explicitly says 'The onboarding agent calls this first,' giving clear context for when to use it. It explains the rationale (only ask the org about things needing human decisions) but does not mention explicit exclusions or alternatives beyond the implicit contrast with siblings.

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/Tamaz-sujashvili/senior-code-mcp'

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