Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASKLOGGER_EMAILYesEmail address for TaskLogger login
TASKLOGGER_PASSWORDYesPassword for TaskLogger login (required, never passed as a tool parameter)
TASKLOGGER_BRANCH_IDNoBranch ID for TaskLogger (only needed if you have multiple branches)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
loginA

Authenticate to TaskLogger using credentials from environment variables (TASKLOGGER_EMAIL, TASKLOGGER_PASSWORD). No password is ever passed as a parameter — it stays in env vars only. Call after setting env vars or when tokens expire.

list_tasksB

List tasks with pagination, search, and filters. Use get_users/get_statuses/get_priorities/get_problem_types first to find IDs. To mark done: set status_id to the Completed status ID and percentage to 100.

mark_task_doneA

Shortcut: mark a task as completed (status=Completed) with 100% progress.

get_taskB

Get a single task by its numeric ID.

create_taskA

Create a new task. Only problem_description, problem_type_id, category_id, and assigned_to_id are required. sub_type_id defaults to 'Report Bug' (27). Any field not specified gets the TaskLogger default.

update_taskA

Update an existing task. Only send fields you want to change.

delete_taskB

Delete a task by its numeric ID.

get_statusesB

Get available task statuses.

get_prioritiesA

Get available priority levels.

get_problem_typesB

Get available problem types.

get_task_categoriesA

Get available task categories.

get_sub_typesB

Get available sub-types.

get_usersA

Get available users (for assignment).

get_departmentsA

Get available departments.

logoutA

Clear saved auth tokens. Next call will require login.

statusA

Check if authenticated and which user is logged in.

get_companiesA

Get available companies (for linking to tasks).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/khodorrrhajjj/TaskLogger-Mcp'

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