Skip to main content
Glama
eiabhiram

API Health Check MCP Server

by eiabhiram

check_api_health

Check the current status of the GET /api/ticket endpoint at localhost:8080, returning whether it is up or down.

Instructions

Check if the GET localhost:8080/api/ticket endpoint is up or down

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description must carry full behavioral context. It implies a GET request but does not disclose possible responses (e.g., boolean, HTTP status), error cases, or side effects (e.g., if the check is read-only).

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 sentence that gets straight to the point. Every word is essential, no fluff, and it is front-loaded with the action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description lacks crucial behavior details like return format, timeout behavior, or what constitutes 'up' vs 'down'. An AI agent would need more info to interpret the result 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 input schema has zero parameters (100% coverage trivially), so baseline is 4. The description adds the specific endpoint and method, which is meaningful context not captured in the schema, but no param details are 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 clearly states the tool checks a specific endpoint (GET localhost:8080/api/ticket) for up/down status. Verb and resource are precise, and with no sibling tools, differentiation is unnecessary.

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?

No explicit when-to-use or when-not guidance is provided. Since there are no siblings, the context is implied for checking endpoint health before other operations, but alternatives are not discussed.

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/eiabhiram/api-healthcheck-mcp'

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