Skip to main content
Glama
Alan-VZ

universal-agent-control-plane

by Alan-VZ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UACP_DATA_DIRNoDirectory where server data, SQLite state, audit events, and logs are stored.
UACP_REGISTRY_ROOTNoPath to the registry root directory containing the canonical instructions, skills, prompts, and manifest.

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
registry_validateB

Validate the canonical registry and return actionable errors.

registry_resolveB

Resolve a profile into effective instructions and skill metadata.

registry_searchB

Search instruction, skill, and prompt documents.

skill_runB

Run an allow-listed skill, reloading its implementation after source changes.

orchestrateC

Route one skill result to an agent target or a broadcast result envelope.

state_getA

Read a namespaced value from shared local state.

state_putB

Write a namespaced value to shared local state and audit the mutation.

Prompts

Interactive templates invoked by user choice

NameDescription
review_codeCreate a code-review request using the canonical prompt template.

Resources

Contextual data attached and managed by the client

NameDescription
registry_manifestReturn the canonical registry manifest.
skill_catalogList portable Agent Skills available in the registry.

Latest Blog Posts

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/Alan-VZ/universal-agent-control-plane'

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