Skip to main content
Glama
LesterAJohn

jumpcloud-mcp

jumpcloud_health_check

Verify JumpCloud health and token credentials before large workflows. Uses a read-only token to detect issues early and prevent workflow failures.

Instructions

Read-only health and credential check against JumpCloud using current user's active token. Use before large workflows. Risk: low.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNo
tokenIdNo
tenantIdNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states 'Read-only' and 'Risk: low,' which are important safety traits. It does not explain the return format, but for a health check tool the core behavior is sufficiently exposed for an agent to understand safe usage.

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, front-loaded with the key action and risk profile. Every phrase earns its place, and there is no redundant or irrelevant 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 has no annotations, no output schema, and 3 undocumented parameters. The description provides a clear purpose and usage context, but it lacks details on parameter semantics and what the tool returns. This is adequate for a simple health-check tool, but there are clear gaps around inputs and outputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not mention any of the three optional parameters (userId, tokenId, tenantId). It only references 'current user's active token,' which does not explain what these parameters override or how they are used. The description fails to compensate for the schema's lack of parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a 'health and credential check' against JumpCloud using the active token. It distinguishes from sibling tools by emphasizing the read-only health-check nature, even though it does not explicitly name alternatives.

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 gives explicit usage context: 'Use before large workflows.' This clearly indicates when to invoke it, though it does not mention when not to use it or provide alternatives. This meets the 'clear context, no exclusions' level.

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/LesterAJohn/jumpcloud-mcp'

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