Skip to main content
Glama
hkbu-kennycheng

llama-diffusion-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLAMA_DIFFUSION_CLI_PATHNoPath to the llama-diffusion-cli executable. If not set, defaults to 'llama-diffusion-cli' in the system PATH.llama-diffusion-cli

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_diffusion_textA

Generates text using a diffusion-based LLM. This is a one-shot process.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no ambiguity. An agent can clearly identify the sole purpose of generating diffusion text.

Naming Consistency5/5

Although only one tool exists, its name 'generate_diffusion_text' follows a clear verb_noun pattern, which is consistent and predictable.

Tool Count4/5

A single tool is appropriate for a very narrow scope like one-shot text generation, but it borders on being too thin for a more general-purpose diffusion server.

Completeness5/5

The tool covers the entire stated purpose of generating diffusion-based text. There are no obvious missing operations given the 'one-shot' description.

Maintenance

ActivityStale
ResponsivenessNo issues