Skip to main content
Glama

Amazing Marvin MCP

by maxsuel13

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tasks

Get tasks from Amazing Marvin

get_projects

Get projects from Amazing Marvin

get_categories

Get categories from Amazing Marvin

get_due_items

Get all due items from Amazing Marvin

get_child_tasks

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

get_labels

Get all labels from Amazing Marvin

get_goals

Get all goals from Amazing Marvin

get_account_info

Get account information from Amazing Marvin

get_currently_tracked_item

Get currently tracked item from Amazing Marvin

create_task

Create a new task in Amazing Marvin

mark_task_done

Mark a task as completed in Amazing Marvin

test_api_connection

Test the API connection and credentials

start_time_tracking

Start time tracking for a specific task

stop_time_tracking

Stop time tracking for a specific task

get_time_tracks

Get time tracking data for specific tasks

claim_reward_points

Claim reward points for completing a task

get_kudos_info

Get kudos and achievement information

create_project

Create a new project in Amazing Marvin

create_project_with_tasks

Create a project with multiple tasks at once

get_project_overview

Get comprehensive overview of a project including tasks and progress

get_daily_focus

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

get_productivity_summary

Get productivity summary with completed tasks and goals progress

batch_create_tasks

Create multiple tasks at once with optional project/category assignment

batch_mark_done

Mark multiple tasks as done at once

quick_daily_planning

Get a quick daily planning overview with actionable insights

time_tracking_summary

Get time tracking overview and productivity insights

get_completed_tasks

Get completed tasks with efficient date filtering and categorization

get_productivity_summary_for_time_range

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_date

Get completed tasks for a specific date using efficient API filtering

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

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