Skip to main content
Glama

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_open_tasksA

List all open Fix My Comments tasks for the current workspace and branch. Optionally filter by file path.

get_task_threadA

Get a task and its full message thread in chronological order.

post_agent_replyB

Append a reply to a task thread as an AI agent and record execution metadata.

set_task_statusB

Set a task status. Agents may set resolved or requires_review.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool addresses a distinct operation: retrieving a thread, listing tasks, posting a reply, and setting status. There is no role overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is tightly scoped to its purpose of managing comment review tasks. No tool seems extraneous.

Completeness4/5

The set covers core workflows (list, view, reply, update status). Lacking create/delete tools, but those may be handled externally or implicitly supported.

Maintenance

ActivityInactive
ResponsivenessNo issues