Skip to main content
Glama
dbsectrainer

mcp-data-pipeline-connector

by dbsectrainer

check_health

Read-only

Verify that registered data sources are reachable and responsive, checking CSV, Postgres, and REST API endpoints to prevent pipeline failures.

Instructions

Check whether registered data sources are still reachable and responsive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoOptional: name of a specific source to health-check
Behavior3/5

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

The annotations declare readOnlyHint=true, so the read-only nature is covered. The description adds the behavioral detail of checking reachability and responsiveness, but it does not disclose the return format, per-source behavior, or edge cases like unreachable sources.

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 a single, focused sentence that states the tool's purpose immediately, with no filler or redundant information.

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?

The tool is simple, but without an output schema, the description does not specify what the function returns (e.g., a boolean, status per source, or a summary). This leaves minor ambiguity for an agent that needs to interpret the result, though the core behavior is clear.

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?

The schema provides a clear description for the single optional 'source' parameter with 100% coverage. The tool description does not add parameter-specific meaning but none is needed given the schema's clarity.

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 the specific verb 'check' with the resource 'registered data sources' and defines the success criteria ('reachable and responsive'). This clearly distinguishes it from sibling tools like 'query' or 'list_sources'.

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

Usage Guidelines3/5

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

The description implies a diagnostic use case (verify connectivity) but does not explicitly say when to use this tool over alternatives like 'connect_source' or 'list_sources'. It also lacks explicit exclusions or prerequisites.

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/dbsectrainer/mcp-data-pipeline-connector'

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