Skip to main content
Glama

IssueBadge MCP Server

by issuebadge

create_badge

Create customizable digital badge templates with custom fields, branding, and optional expiration dates for issuing certificates and credentials.

Instructions

Create a new badge template with optional custom fields and branding. This badge can then be issued to recipients.

Input Schema

NameRequiredDescriptionDefault
badge_logo_pathNoPath to badge logo file (jpeg,png,jpg,gif,svg, max 2MB)
commentNoAdditional comments or notes about the badge
custom_fieldsNoCustom fields for this badge (e.g., completion date, score, instructor)
descriptionYesBadge description (e.g., "Awarded for completing the full-stack web development course")
expire_dateNoBadge expiration date in YYYY-MM-DD format (optional)
idempotency_keyYesUnique key to prevent duplicate badge creation (e.g., "badge_webdev_2024_001")
issuing_organization_nameYesName of the issuing organization (e.g., "Tech Academy")
left_panel_descriptionNoAdditional description for the left panel of the certificate
nameYesBadge name (e.g., "Web Development Certificate")
nicknameNoOptional badge nickname or short name
organization_idNoExisting organization ID (optional, will create new organization if not provided)

Input Schema (JSON Schema)

{ "properties": { "badge_logo_path": { "description": "Path to badge logo file (jpeg,png,jpg,gif,svg, max 2MB)", "type": "string" }, "comment": { "description": "Additional comments or notes about the badge", "type": "string" }, "custom_fields": { "description": "Custom fields for this badge (e.g., completion date, score, instructor)", "items": { "properties": { "name": { "description": "Field name (e.g., \"Completion Date\")", "type": "string" }, "required": { "default": false, "description": "Whether this field is required when issuing the badge", "type": "boolean" }, "type": { "default": "text", "description": "Field type", "enum": [ "text", "email", "number", "date" ], "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "description": { "description": "Badge description (e.g., \"Awarded for completing the full-stack web development course\")", "type": "string" }, "expire_date": { "description": "Badge expiration date in YYYY-MM-DD format (optional)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "idempotency_key": { "description": "Unique key to prevent duplicate badge creation (e.g., \"badge_webdev_2024_001\")", "type": "string" }, "issuing_organization_name": { "description": "Name of the issuing organization (e.g., \"Tech Academy\")", "type": "string" }, "left_panel_description": { "description": "Additional description for the left panel of the certificate", "type": "string" }, "name": { "description": "Badge name (e.g., \"Web Development Certificate\")", "type": "string" }, "nickname": { "description": "Optional badge nickname or short name", "type": "string" }, "organization_id": { "description": "Existing organization ID (optional, will create new organization if not provided)", "type": "string" } }, "required": [ "name", "description", "issuing_organization_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