Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface to bind the HTTP server to, e.g., 0.0.0.0 for remote access.
PORTNoPort for HTTP mode. Defaults to 46377.
HTTPS_PROXYNoStandard HTTPS proxy environment variable, used as an alternative to TASKBRIDGE_PROXY for HTTPS traffic.
ADMIN_PASSWORDNoAdmin password for the web management console. If not set, a password is automatically generated.
PUBLIC_BASE_URLNoPublic base URL for the server, used for authentication callback display and redirects.
TASKBRIDGE_PROXYNoOutbound HTTP/HTTPS proxy for server requests.
TASKBRIDGE_CONFIG_DIRNoDirectory where credentials are stored. Defaults to ~/.mstodo-bridge.
TASKBRIDGE_MS_CLIENT_IDNoOverrides the built-in OAuth client ID for Microsoft authentication.

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
logoutA

Disconnect Microsoft To Do: deletes the locally stored tokens (and any pending login). The Microsoft-side app consent is NOT revoked; to fully revoke, remove the app at account.microsoft.com > Privacy.

login_statusA

Check whether Microsoft To Do is connected. Use before task tools; if not connected, call login.

loginA

Connect Microsoft To Do. Call WITHOUT arguments to start: it returns an authorize URL for the user to open and consent, plus a ready-to-relay message covering the paste-back fallback. When the user later sends you a localhost callback URL from their address bar, call login AGAIN passing it as callbackUrl to finish.

list_providersA

Show the Microsoft To Do provider and its auth state and capabilities. Run this first to learn what is available.

list_task_listsA

List the task lists (folders) of a provider.

create_task_listC

Create a new task list (folder).

delete_task_listA

Delete an entire task list and its tasks. Irreversible.

list_tasksA

List tasks. Give listId for one list; omit it to page across every list of the provider.

search_tasksA

Search open tasks by substring across every list of every connected provider.

get_taskC

Fetch one task by list and task id.

create_taskB

Create a task. dueDate accepts ISO date (2026-08-25) or RFC 3339 datetime. parentTaskId nests it as a subtask where supported.

update_taskA

Update a task (partial). Set status "completed" or "needsAction", change title/notes, or set dueDate (null removes it).

complete_taskC

Mark a task completed.

delete_taskB

Delete a task permanently.

move_task_between_listsA

Recreate an existing task in another list and delete it from the source list (Graph To Do has no native move). Use to reorganize.

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/WNJXYK/MSTodo-Bridge'

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