Updates the data of a tool.
PUT https://gateway.orkeia.ai/tools/{id}
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the tool. | TOOL_123456 |
| Field | Type | Description |
|---|---|---|
| id | string | ID of the tool. |
| name | string | Name of the tool. |
| description | string | Description of the tool. |
| code | string | Executable code associated (when applicable). |
| entryFunctionName | string | Entry function in code. |
| sectors | string[] | Allowed sectors. |
| publisher | string | Who published/created the tool. |
| enabled | boolean | Indicates if it is enabled. |
| environments | string[] | Environments in which it is available. |
| mcp | object | MCP configuration (when applicable). |
| mcp.url | string | URL of the MCP. |
| mcp.transport | ’sse’ | ‘streamable-http’ | Type of MCP transport. |
| createdAt | string | Creation date in ISO 8601 format. |