ComfyUI Node
Claude Tool Definition
Build an Anthropic tool definition visually and chain them together.
Claude Tool Definition
- previous_tools
- tools
◄tool_name►
◄description►
◄parameters_json{
"type": "object",
"properties": {},
"required": []
}►
CategoryERPK/Claude/Tools
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| tool_name | STRING | snake_case tool identifier (e.g. extract_person) | |
| description | STRING | What this tool does — shown to the model | |
| parameters_json | STRING | { "type": "object", "properties": {}, "required": [] } | JSON Schema for the tool's input parameters |
| previous_toolsopt | CLAUDE_TOOLS | Chain from another Tool Definition node |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| tools | CLAUDE_TOOLS | — |