Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tasksB

Get tasks from Amazing Marvin

get_projectsB

Get projects from Amazing Marvin

get_categoriesC

Get categories from Amazing Marvin

get_due_itemsB

Get all due items from Amazing Marvin

get_child_tasksC

Get child tasks of a specific parent task or project (experimental)

get_labelsB

Get all labels from Amazing Marvin

get_goalsB

Get all goals from Amazing Marvin

get_account_infoB

Get account information from Amazing Marvin

get_currently_tracked_itemB

Get currently tracked item from Amazing Marvin

create_taskC

Create a new task in Amazing Marvin

mark_task_doneC

Mark a task as completed in Amazing Marvin

test_api_connectionB

Test the API connection and credentials

start_time_trackingC

Start time tracking for a specific task

stop_time_trackingC

Stop time tracking for a specific task

get_time_tracksC

Get time tracking data for specific tasks

claim_reward_pointsC

Claim reward points for completing a task

get_kudos_infoC

Get kudos and achievement information

create_projectC

Create a new project in Amazing Marvin

create_project_with_tasksC

Create a project with multiple tasks at once

get_project_overviewC

Get comprehensive overview of a project including tasks and progress

get_daily_focusB

Get today's focus items - due items and scheduled tasks

get_productivity_summaryB

Get productivity summary with completed tasks and goals progress

batch_create_tasksC

Create multiple tasks at once with optional project/category assignment

batch_mark_doneB

Mark multiple tasks as done at once

quick_daily_planningC

Get a quick daily planning overview with actionable insights

time_tracking_summaryB

Get time tracking overview and productivity insights

get_completed_tasksB

Get completed tasks with efficient date filtering and categorization

get_productivity_summary_for_time_rangeA

Get a comprehensive productivity summary for a specified time range

Args:
    days: Number of days to analyze from today backwards (default: 7 for weekly summary)
          Examples: 1 (today only), 7 (past week), 30 (past month)
    start_date: Start date in YYYY-MM-DD format (overrides days parameter)
    end_date: End date in YYYY-MM-DD format (defaults to today if start_date provided)

Examples:
    - get_productivity_summary_for_time_range(days=30)  # Past 30 days
    - get_productivity_summary_for_time_range(start_date='2025-06-01', end_date='2025-06-10')
    - get_productivity_summary_for_time_range(start_date='2025-06-01')  # June 1st to today
get_completed_tasks_for_dateB

Get completed tasks for a specific date using efficient API filtering

Args:
    date: Date in YYYY-MM-DD format (e.g., '2025-06-13')

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/maxsuel13/Amazing-Marvin-MCP'

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