Skip to main content
Glama

IssueBadge MCP Server

by issuebadge

issue_badge

Create and send digital certificates to recipients with email notifications and verification links for credential verification.

Instructions

Issue a badge to a recipient. This creates a digital certificate and sends notification email with verification URL.

Input Schema

NameRequiredDescriptionDefault
badge_idYesEncrypted badge ID from badge creation (get this from get_all_badges or create_badge)
emailNoRecipient's email address (optional, but recommended for notifications)
idempotency_keyYesUnique key to prevent duplicate issuance (e.g., "issue_john_doe_2024_001")
metadataNoCustom field values and additional metadata (e.g., completion_date, score, etc.)
nameYesRecipient's full name (will appear on the certificate)
phoneNoRecipient's phone number (optional)

Input Schema (JSON Schema)

{ "properties": { "badge_id": { "description": "Encrypted badge ID from badge creation (get this from get_all_badges or create_badge)", "type": "string" }, "email": { "description": "Recipient's email address (optional, but recommended for notifications)", "format": "email", "type": "string" }, "idempotency_key": { "description": "Unique key to prevent duplicate issuance (e.g., \"issue_john_doe_2024_001\")", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Custom field values and additional metadata (e.g., completion_date, score, etc.)", "type": "object" }, "name": { "description": "Recipient's full name (will appear on the certificate)", "type": "string" }, "phone": { "description": "Recipient's phone number (optional)", "type": "string" } }, "required": [ "badge_id", "name", "idempotency_key" ], "type": "object" }

Other Tools from IssueBadge MCP Server

Related Tools

    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/issuebadge/mcp-server'

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