Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug modefalse
AUTH_METHODNoAuthentication method to use (sanctum or oauth2)sanctum
MAX_RETRIESNoMaximum number of retry attempts for failed requests3
RETRY_DELAYNoDelay between retry attempts in milliseconds1000
MCP_SERVER_NAMENoName of the MCP serverIssueBadge MCP Server
REQUEST_TIMEOUTNoTimeout for API requests in milliseconds30000
ISSUEBADGE_API_KEYNoYour IssueBadge API key for authentication
MCP_SERVER_VERSIONNoVersion of the MCP server1.0.0
ISSUEBADGE_BASE_URLNoThe base URL for the IssueBadge APIhttps://app.issuebadge.com/api/v1
ISSUEBADGE_OAUTH_URLNoThe OAuth URL for IssueBadge (Alternative to API key)https://app.issuebadge.com/api/v1/oauth
ISSUEBADGE_OAUTH_TOKENNoYour OAuth token for IssueBadge authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_keyA

Validate an IssueBadge API key for authentication. Use this to test if your API credentials are working correctly.

get_all_badgesB

Retrieve all available badges for the authenticated organization. Returns a list of badges with their IDs and names.

issue_badgeA

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

create_badgeB

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: create_badge (template creation), get_all_badges (list retrieval), issue_badge (awarding to recipients), and validate_key (authentication testing). There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_badge, get_all_badges, issue_badge, validate_key), using snake_case throughout. This predictability enhances usability and reduces cognitive load for agents.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of managing digital badges. Each tool serves a distinct and essential function (create, list, issue, authenticate), with no unnecessary or redundant tools, making the count appropriate.

Completeness4/5

The tool set covers core CRUD operations for badges (create and list) and key actions (issue and validate), but lacks update and delete capabilities for badges. This minor gap might require workarounds but does not severely hinder basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues