Expand description
MCP tool definitions for claude-pool.
Structs§
- Approve
Result Input - Input for approving a task result.
- Broadcast
Input - Input for broadcasting a message to all slots.
- Chain
Input - Chain
Step Input - Claim
Input - Input for claiming the next pending task.
- Configure
Slot Input - Context
KeyInput - Context
SetInput - FanOut
Chains Input - FanOut
Input - Find
Slots Input - Input for finding slots by name, role, or state.
- Invoke
Workflow Input - Peek
Messages Input - Input for peeking at messages in a slot’s inbox.
- Read
Messages Input - Input for reading messages from a slot’s inbox.
- Reject
Result Input - Input for rejecting a task result with feedback.
- RunInput
- Scaling
Input - Send
Message Input - Input for sending a message between slots.
- SetTarget
Slots Input - Skill
AddInput - Input for adding a new skill at runtime.
- Skill
Argument Input - Argument definition for a skill being added.
- Skill
Eject Input - Input for ejecting a builtin skill to disk for customization.
- Skill
GetInput - Input for getting a skill by name.
- Skill
List Input - Input for listing skills with optional filters.
- Skill
Remove Input - Input for removing a skill by name.
- Skill
RunInput - Skill
Save Input - Input for saving a skill to disk.
- Submit
Chain Input - Submit
Input - Submit
With Review Input - Input for submitting a task that requires review before completion.
- Task
IdInput
Functions§
- all_
tools - context_
delete_ tool - context_
get_ tool - context_
list_ tool - context_
set_ tool - pool_
approve_ result_ tool - pool_
broadcast_ tool - pool_
cancel_ chain_ tool - Cancel a running chain, skipping remaining steps.
- pool_
cancel_ tool - pool_
chain_ result_ tool - pool_
chain_ tool - pool_
claim_ tool - pool_
configure_ slot_ tool - pool_
drain_ tool - pool_
fan_ out_ chains_ tool - pool_
fan_ out_ tool - pool_
find_ slots_ tool - pool_
invoke_ workflow_ tool - pool_
peek_ messages_ tool - pool_
read_ messages_ tool - pool_
reject_ result_ tool - pool_
result_ tool - pool_
run_ tool - pool_
scale_ down_ tool - pool_
scale_ up_ tool - Build all pool tools.
- pool_
send_ message_ tool - pool_
set_ target_ slots_ tool - pool_
skill_ add_ tool - Register a skill at runtime. Ephemeral unless saved with pool_skill_save.
- pool_
skill_ eject_ tool - Eject a builtin skill to disk for customization.
- pool_
skill_ get_ tool - Get full details of a skill by name, including prompt template.
- pool_
skill_ list_ tool - List registered skills with optional scope/source filters.
- pool_
skill_ remove_ tool - Remove a skill by name. Runtime-only, does not delete files.
- pool_
skill_ run_ tool - pool_
skill_ save_ tool - Persist a skill to the project skills directory as a SKILL.md folder.
- pool_
status_ tool - pool_
submit_ chain_ tool - pool_
submit_ tool - pool_
submit_ with_ review_ tool