forge_tool_create
Create a new tool for agents to invoke, specifying its name, description, and tags.
Instructions
Create a new tool (external action the agent can invoke).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique tool name (lowercase, alphanumeric, underscores) | |
| description | Yes | Description of the tool | |
| tags | Yes | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |