Skip to main content
Glama
AndersHsueh

AX Local Operations MCP Server

by AndersHsueh

task_manager

Manage tasks by creating, updating, completing, listing, or clearing them. Supports priorities, due dates, subtasks, and progress tracking for organized workflow management.

Instructions

任务管理:创建、更新、完成、列出和清空任务。支持优先级、截止日期、子任务和进度跟踪。

示例:创建任务 { "operation": "create", "model_name": "claude", "title": "完成文档", "priority": "high" } 示例:更新进度 { "operation": "update", "model_name": "claude", "task_id": "xxx", "progress": 50 }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes操作类型:create(创建)、read(读取)、update(更新)、delete(删除)、list(列表)
model_nameYes模型名称,用于任务隔离存储
task_idNo任务ID,用于更新或完成特定任务
titleNo任务标题
descriptionNo任务详细描述
priorityNo任务优先级:low(低)、medium(中)、high(高)、urgent(紧急)
due_dateNo任务截止日期,ISO 8601格式
progressNo任务完成进度(0-100)
subtasksNo子任务列表
output_formatNo输出格式:text(纯文本)、json(结构化JSON)、both(两者兼有)

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/AndersHsueh/Ax-LocalTools-MCP'

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