task_manage

태스크 관리 (추가/완료/업데이트/목록). action에 따라 다른 동작: - add: 새 태스크 추가 (title 필수) - complete: 태스크 완료 (taskId 필수) - update: 상태 변경 (taskId, status 필수) - list: 프로젝트의 태스크 목록

Server Claude Session Continuity leesgit/claude-session-continuity-mcp
Category Write
Risk class Medium
Parameters 00 required

What task_manage does on Claude Session Continuity

AI agents use task_manage to create or update resources in Claude Session Continuity — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Claude Session Continuity environment.

Why task_manage needs a policy

The tool primarily creates and modifies project task records. While it includes a read operation (list), the dominant operations (add, complete, update) are Write operations that reversibly change task data. This is a data modification capability without permanent deletion or destructive effects, making it Write category.

From the tool's definition Tool description shows actions that create or modify data: 'add: 새 태스크 추가 (새 태스크 추가)' creates new tasks, 'complete: 태스크 완료' marks tasks as complete, 'update: 상태 변경' modifies task status. Only 'list' is read-only.

Questions about task_manage

What does the task_manage tool do? +

태스크 관리 (추가/완료/업데이트/목록). action에 따라 다른 동작: - add: 새 태스크 추가 (title 필수) - complete: 태스크 완료 (taskId 필수) - update: 상태 변경 (taskId, status 필수) - list: 프로젝트의 태스크 목록. It is categorised as a Write tool in the Claude Session Continuity MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on task_manage? +

Register the Claude Session Continuity MCP server in PolicyLayer and add a rule for task_manage: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Claude Session Continuity. Nothing to install.

What risk level is task_manage? +

task_manage is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit task_manage? +

Yes. Add a rate_limit block to the task_manage rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block task_manage completely? +

Set action: deny in the PolicyLayer policy for task_manage. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides task_manage? +

task_manage is provided by the Claude Session Continuity MCP server (leesgit/claude-session-continuity-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.