Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASKBOI_API_KEYYesYour Taskboi API key
TASKBOI_API_BASE_URLYesBase URL for the Taskboi API, e.g., https://api.example.invalid/functions/v1/mcp-api

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_projectsA

List all projects in your Taskboi workspace

get_inboxA

Get the default Inbox project

get_projectA

Get details of a specific project

create_projectC

Create a new project

update_projectC

Update an existing project

delete_projectA

Delete a project (cannot delete Inbox)

list_tasksA

List all tasks, optionally filtered by project

get_taskB

Get details of a specific task

get_today_tasksA

Get all tasks due today (including overdue recurring tasks)

get_upcoming_tasksB

Get all upcoming tasks with due dates

get_subtasksB

Get all subtasks of a parent task

create_taskC

Create a new task

update_taskA

Update an existing task. Omitted fields are left unchanged; to remove the due date, pass clearDueDate: true.

complete_taskA

Mark a task as complete. For recurring tasks, this also creates the next occurrence.

uncomplete_taskB

Mark a completed task as incomplete

delete_taskC

Delete a task

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/manugomez95/taskboi-mcp'

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