Skip to main content
Glama
sanjibani

Realm MinistryPlatform MCP

by sanjibani

health_check

Is your API connection working? Run this health check to verify credentials before using other tools.

Instructions

Verify credentials work. If this fails, all other tools will too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so the description carries the full burden. It reveals the critical behavioral trait that this tool is a precondition for other tools. However, it lacks detail on what exactly happens (e.g., return value, error types) beyond success/failure. The output schema exists but is not referenced.

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 two sentences, concise and front-loaded. Every sentence adds value: the first states purpose, the second states importance. No superfluous words.

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?

Given the tool's low complexity (0 parameters, output schema present), the description is nearly complete. It covers purpose and usage context. A minor gap is not explaining what the output looks like, but the rubric exempts this if an output schema exists.

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 0 parameters, so schema coverage is 100% by default. Per rubric, 0 parameters merit a baseline of 4. No parameter description is needed beyond the schema.

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's purpose: 'Verify credentials work.' It uses a specific verb ('Verify') and resource ('credentials'), leaving no ambiguity. Since there are no sibling tools, differentiation is not needed.

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 provides explicit usage context: 'If this fails, all other tools will too.' This implies the tool should be used as a preliminary check before other tools. While no alternatives or when-not conditions are given, the guidance is clear for the tool's simple role.

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/sanjibani/realm-mp-mcp'

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