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
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Optional service filter (e.g. 'payroll', 'clientMaster'). | |
| verified_only | No | If true, `sample_verified` filters to verified methods only. | |
| limit | No | How many sample methods to include (max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_size | Yes | Total endpoints documented in the bundled bible. | |
| verified_count | Yes | Endpoints with a response shape verified against live PrismHR. | |
| admin_blocked_count | Yes | Endpoints hard-blocked (admin services never exposed). | |
| unprobed_count | Yes | Endpoints documented but not yet probed for response shape. | |
| prismhr_error_count | Yes | Endpoints that returned a structured PrismHR error when probed (data, 400, 403, etc.). | |
| services | Yes | ||
| sample_verified | Yes | First 25 verified methods to help Claude pick relevant ones. |