태스크 관리 (추가/완료/업데이트/목록). action에 따라 다른 동작: - add: 새 태스크 추가 (title 필수) - complete: 태스크 완료 (taskId 필수) - update: 상태 변경 (taskId, status 필수) - list: 프로젝트의 태스크 목록
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.
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.
Attacks that exploit this kind of access
태스크 관리 (추가/완료/업데이트/목록). 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.
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.
task_manage is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
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.
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.
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.
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 →