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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ticktask_doctorD
ticktask_auth_statusD
ticktask_list_projectsD
ticktask_create_projectD
ticktask_update_projectD
ticktask_delete_projectD
ticktask_list_tasksD
ticktask_search_tasksD
ticktask_create_taskD
ticktask_complete_taskD
ticktask_todayD
ticktask_get_taskD
ticktask_update_taskD
ticktask_delete_taskD
ticktask_move_taskD
ticktask_completedD
ticktask_export_tasksD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 17 tools

Disambiguation5/5

Each tool has a unique name indicating a specific action (e.g., create, delete, list) on distinct resources (project, task) or special views (today, completed). No apparent overlap.

Naming Consistency5/5

All tools follow the exact pattern 'ticktask_verb_noun' using snake_case, providing a consistent and predictable naming convention.

Tool Count4/5

With 17 tools, the count is slightly above the typical 3-15 range but is justified by the comprehensive coverage of task and project management operations, including special features like completed, today, and export.

Completeness4/5

The set covers CRUD for tasks and projects, plus task completion, movement, search, and export. Missing a dedicated 'get_project' tool, but list_projects may suffice. Overall, the surface is well-rounded.

Maintenance

ActivityInactive
ResponsivenessResponsive