Skip to main content
Glama
icoach
by icoach

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (for future use)
REDMINE_URLYesYour Redmine instance URL
REDMINE_API_KEYYesYour Redmine API key
REDMINE_TIMEOUT_MSNoRequest timeout in milliseconds30000
REDMINE_INSECURE_TLSNoAllow insecure TLS connectionsfalse
REDMINE_DEFAULT_PROJECT_IDNoDefault project ID for issue creation when project_id is omitted

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_issueD
update_issueD
list_projectsD
list_trackers_statusesD
read_issueD
add_issue_noteD
transition_issueD
find_issuesD
add_attachmentD
get_project_versionsD
get_project_categoriesD
get_metadataD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 12 tools

Disambiguation4/5

Tool names mostly target distinct resources and actions: issue CRUD vs search, notes, attachments, transitions, and project metadata. However, get_metadata overlaps conceptually with list_trackers_statuses and the project-specific get_project_versions/get_project_categories, so an agent could misselect among metadata retrieval tools.

Naming Consistency5/5

All 12 tools use snake_case with a predictable verb_noun or verb_noun_noun structure (create_issue, add_issue_note, get_project_versions). Verb choices vary (read/get/find/list) but are conventional and the style is uniform.

Tool Count5/5

12 tools is well within the ideal 3-15 range for a focused Redmine issue/project management server. Each tool appears to map to a distinct operation, with no obvious redundancy.

Completeness3/5

The surface covers core issue operations (create, read, update, search, transition, notes, attachments) and some project metadata, but notable gaps remain: no delete_issue, no project CRUD beyond listing, and no time tracking, wiki, or user operations that are standard in Redmine. Agents may need to work around these omissions for full lifecycle tasks.