Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

get_tasks_by_realm

Filter and retrieve tasks in the addTaskManager app based on specific realms: Assess, Decide, or Do. Streamline task management by organizing work according to the ADD framework.

Instructions

Filter tasks by realm.

Input Schema

NameRequiredDescriptionDefault
realmYesRealm to query (maps to realmId 1, 2, or 3)

Input Schema (JSON Schema)

{ "properties": { "realm": { "description": "Realm to query (maps to realmId 1, 2, or 3)", "enum": [ "assess", "decide", "do" ], "type": "string" } }, "required": [ "realm" ], "type": "object" }

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/dragosroua/addtaskmanager-mcp-server'

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