Skip to main content
Glama
CSOAI-ORG

UUID AI MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_uuidC

Generate one or more UUIDs. Supports versions 1, 3, 4, and 5.

parse_uuidB

Parse and validate a UUID string, extracting all components.

generate_ulidC

Generate ULID(s) - Universally Unique Lexicographically Sortable Identifiers.

generate_nanoidC

Generate NanoID(s) - compact URL-friendly unique identifiers.

batch_generateB

Batch generate identifiers of a specified type. Efficient for bulk operations.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation (batch generate, specific generate for each ID type, parse UUID) with no overlapping purposes.

Naming Consistency4/5

Most tools follow a verb_noun pattern (e.g., generate_uuid, parse_uuid), but batch_generate deviates slightly by not specifying the ID type in its name.

Tool Count5/5

Five tools is well-scoped for a focused server on identifier generation and parsing, covering the core use cases without bloat.

Completeness4/5

Generation covers UUID, ULID, and NanoID, but parsing is only available for UUID, leaving a slight asymmetry. No other obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues