Skip to main content
Glama
didit-protocol

Didit MCP Server

Official

didit_case_statistics

Read-only

Count identity verification cases by their current status. Optionally filter by organization or application for targeted statistics.

Instructions

Get case statistics (counts by status, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idNoOrganization UUID (from didit_org_list). Optional if your token has a single/default org.
application_idNoApplication UUID (from didit_org_list_applications). Optional if a default application is configured.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, covering safety. The description adds that it returns counts but does not elaborate on behaviors like filtering, pagination, or response format. With annotations present, the description adds marginal value.

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?

Extremely concise single sentence with no filler. Every word adds value. Front-loads the action and resource.

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 that an output schema exists (context signal), the description need not detail return values. It sufficiently communicates the tool's purpose as a statistics aggregator, though it could hint at aggregation scope (e.g., organization-level).

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?

Input schema covers both parameters with descriptions (100% coverage). The description does not add any additional parameter meaning beyond what the schema provides. Baseline 3 is appropriate.

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 uses a specific verb ('Get') and resource ('case statistics'), clearly distinguishing from sibling tools like didit_case_list (list individual cases) and didit_case_get (get a single case). The parenthetical '(counts by status, etc.)' adds specificity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. The description only states what it does, lacking any when-to-use or when-not-to-use advice. Sibling tools like didit_case_list and didit_case_search are not mentioned.

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/didit-protocol/mcp'

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