Skip to main content
Glama

jambavan_doctor

One-shot environment health check that diagnoses root misconfigurations causing wrong project context. Checks root detection, parser backends, tool gates, token budget, memory, .gitignore/CI, and index/watcher status.

Instructions

One-shot environment health check: root detection source, parser backends, write/bash tool gates, token budget, memory dir writability, .gitignore/CI presence, and index/watcher status. Call this first when something feels off (e.g. context results look like the wrong project) — it catches the most common cause: the MCP host resolving the wrong project root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_reportNoReturn a copy-ready redacted GitHub issue URL/body without posting it.
Behavior4/5

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

No annotations provided, so the description carries the full burden. It discloses that the tool performs a health check (non-destructive) and lists what it inspects, implying a read-only operation. It does not explicitly state side effects or rate limits, but the nature of a health check makes them unlikely, and the description is sufficiently 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?

Two sentences: the first lists diagnostic items, the second gives usage guidance. Every sentence adds value, no redundancy, and the purpose is front-loaded.

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?

The description fully covers what the tool checks and when to use it. While it doesn't specify the return format or that it produces a JSON report, the intent is clear for a simple health check tool. Slightly more detail on output could elevate it, but it is complete enough for effective use.

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 100% (the only parameter 'issue_report' is fully described in the schema). The description does not add any additional meaning about the parameter beyond the schema, so it meets the baseline of 3.

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 specifies the tool as a 'one-shot environment health check' and lists concrete aspects it checks (root detection, parser backends, gates, etc.), making its purpose distinct from siblings like jambavan_diagnostics.

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?

Explicitly advises 'Call this first when something feels off' with a concrete example ('context results look like the wrong project'), providing clear context for when to use. However, it doesn't explicitly mention when not to use or name specific 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/beingmartinbmc/jambavan'

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