Skip to main content
Glama
nikulk2992-jpg

prismhr-mcp

meta_capabilities

Explore the PrismHR MCP's capabilities by retrieving counts of verified, blocked, and unprobed methods, plus a sample of callable functions to guide tool selection.

Instructions

What does this server know how to call against PrismHR?

Returns counts (catalog size, verified, admin-blocked, unprobed) and a sample of callable methods. Use this when the user asks 'what can you do?' or before picking a specific method via meta_describe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceNoOptional service filter (e.g. 'payroll', 'clientMaster').
verified_onlyNoIf true, `sample_verified` filters to verified methods only.
limitNoHow many sample methods to include (max 100).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalog_sizeYesTotal endpoints documented in the bundled bible.
verified_countYesEndpoints with a response shape verified against live PrismHR.
admin_blocked_countYesEndpoints hard-blocked (admin services never exposed).
unprobed_countYesEndpoints documented but not yet probed for response shape.
prismhr_error_countYesEndpoints that returned a structured PrismHR error when probed (data, 400, 403, etc.).
servicesYes
sample_verifiedYesFirst 25 verified methods to help Claude pick relevant ones.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses it returns counts and a sample, implying a read-only introspection. However, it does not explicitly state that it makes no side effects or whether it triggers a scan. Still, the intent is clear and sufficient for safe use.

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?

Two short, focused sentences. The first sentence is a front-loaded question that immediately conveys purpose. Every word adds value, no redundancy.

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

Completeness5/5

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

Given the presence of an output schema (per context signals), the description does not need to detail return values. It fully explains the tool's purpose, usage context, and relationship to sibling meta_describe. Everything an agent needs to select and invoke it correctly is present.

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% (all three parameters have descriptions). The description adds only general context about returns (counts and sample) but does not elaborate on parameter semantics beyond what the schema already provides. Baseline 3 applies.

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 starts with a clear question 'What does this server know how to call?' and specifies it returns counts and a sample of callable methods. It explicitly distinguishes from sibling tool meta_describe, clarifying this is an overview tool.

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

Usage Guidelines5/5

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

Directly states when to use: 'when the user asks what can you do? or before picking a specific method via meta_describe'. Provides clear context and an explicit alternative.

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/nikulk2992-jpg/prismhr-mcp'

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