Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASK_API_BASE_URLNoThe base URL of the Task REST APIhttp://localhost:8000
TASK_API_TIMEOUT_SECONDSNoHTTP timeout in seconds for API calls10

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
create_taskB

Create one task in the task management service.

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 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap.

Naming Consistency5/5

With a single tool, naming is trivially consistent; no pattern violations occur.

Tool Count2/5

A task management service with only one creation tool is too thin; typical requires at least list, read, update, and delete operations.

Completeness2/5

The tool surface lacks critical operations like listing, retrieving, updating, and deleting tasks, leaving significant gaps for agents.

Maintenance

ActivityStale
ResponsivenessNo issues