Skip to main content
Glama
g-digital-by-Garrigues

GoCertius MCP Server

Official

notification_certificate_get

Idempotent

Retrieve or create a PDF certificate for a notification receiver. Poll with the same ID if status is 'CERTIFYING' until the certificate is ready.

Instructions

Creates or retrieves a PDF certificate for a specific notification receiver. Requires notification_request_send and notification_receiver_add. Generate a UUID v4 for id the first time and reuse that id when polling. This tool is idempotent: it first lists existing certificates for the receiver and, if id already exists, returns it instead of creating it again. If the certificate status is CERTIFIED, the response includes documentUrl when available. If it is CERTIFYING, poll this same tool with the same id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
languageNo
caseFileIdYes
receiverIdYes
notificationRequestIdYes
Behavior5/5

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

The description elaborates on idempotency (lists existing certificates and returns existing id), the two statuses (CERTIFIED and CERTIFYING) with corresponding actions, and the inclusion of documentUrl when available. This adds significant context beyond the idempotentHint and destructiveHint annotations.

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 concise yet comprehensive. It starts with the core purpose, then prerequisites, then explains id generation and idempotency, and finally the polling behavior. Every sentence provides necessary information without 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 absence of an output schema, the description adequately describes the response behavior (statuses and documentUrl). It covers all essential aspects: prerequisites, parameter usage for 'id', and the idempotent/polling nature. The tool's complexity is well-addressed.

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 description coverage is 0%, so the description must compensate. It adds meaning for the 'id' parameter (generate UUID v4 first time and reuse). For other parameters (caseFileId, notificationRequestId, receiverId, language), the description provides minimal explanation beyond their names. The tool's overall purpose implies their role, but the description could be more explicit.

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 'Creates or retrieves a PDF certificate for a specific notification receiver,' specifying the action (create or retrieve), the output (PDF certificate), and the target (specific notification receiver). It distinguishes this tool from siblings like chat_certificate_get and dossier_certify by focusing on notification certificates.

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?

The description explicitly states prerequisites (requires notification_request_send and notification_receiver_add), explains when to use the tool (creating or retrieving a certificate), and provides detailed polling guidance: generate UUID v4 for id first time, reuse on polling, and behavior for CERTIFIED vs CERTIFYING statuses. This covers when to use and how to use correctly.

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/g-digital-by-Garrigues/GoCertius_MCP'

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