Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |
get_completed_tasks_for_date | Get completed tasks for a specific date using efficient API filtering |