Skip to main content
Glama
AnirudhB-6001

Chronicle Beta

health_check

Probes connectivity and status by returning server info, environment flags, and running a test retrieval to confirm vector store accessibility.

Instructions

Light connectivity and status probe. Returns server info, environment flags, and runs a tiny test retrieval to verify the vector store is accessible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probe_queryNoOptional test query to verify retrieval works (default: 'test').
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses returns (server info, environment flags) and behavior (runs test retrieval to verify accessibility). The phrase 'light probe' implies non-destructive, though read-only is not explicitly stated.

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?

Single sentence effectively conveys purpose, output, and verification behavior without redundancy. Every phrase earns its place.

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?

For a simple tool with one optional parameter and no output schema, the description covers what it does, what it returns, and how it verifies. It omits return format details, but these are not critical for a health check.

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% for the single parameter (probe_query). The description's mention of 'tiny test retrieval' complements the schema by linking the parameter's purpose, but adds minimal extra meaning beyond what the schema already provides.

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?

Description states 'Light connectivity and status probe' with clear verb 'probe' and resource (server/vector store). It distinguishes from sibling retrieve_chunks by framing as a connectivity test rather than actual retrieval.

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?

Clear context implies use for checking health/connectivity, reinforced by 'tiny test retrieval' suggesting it is not for real queries. Does not explicitly name alternatives or exclusions, but context alone is sufficient for a simple probe tool.

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/AnirudhB-6001/chronicle_beta'

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