v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
agent builder

Update a tool

Spaces method and path for this operation:

<div><span class="operation-verb put">put</span>&nbsp;<span class="operation-path">/s/{space_id}/api/agent_builder/tools/{toolId}</span></div>

Refer to Spaces for more information.

Update an existing tool. Use this endpoint to modify any aspect of the tool's configuration or metadata. To learn more about Agent Builder tools, refer to the tools documentation.<br/><br/>[Required authorization] Route required privileges: agentBuilder:manageTools.

put/api/agent_builder/tools/{toolId}

Path parameters

toolIdstring required

The unique identifier of the tool to update.

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

configurationobject

Updated tool-specific configuration parameters. See examples for details.

descriptionstring

Updated description of what the tool does.

tagsstring[]

Updated tags for categorizing and organizing tools.

Response

Indicates a successful response