Create a new dynamic tool
DynamicTools
Create a new dynamic tool
If toolkit_id is omitted, the tool goes in the user’s auto-managed “global” toolkit.
POST
Create a new dynamic tool
Authorizations
JWT authentication token
Body
application/json
Stable slug identifying the tool, unique per user. Lowercase letters and digits with underscores or hyphens; must start with a letter; 1-128 characters. Underscores ARE allowed (snake_case) — unlike toolkit IDs, which are hyphen-only. Prefer prefixing with the toolkit name, e.g. "github_get_pr".
Pattern:
^[a-z][a-z0-9_-]{0,127}$Example:
"github_get_pr"
Required range:
1000 <= x <= 300000Kebab-case slug of the target toolkit (hyphen-separated, no underscores). Omit to place the tool in the user's auto-managed "global" toolkit.
Response
Created

