LangSmith · Capability
LangSmith — tools
LangSmith — tools. 8 operations. Lead operation: List tools. Self-contained Naftiko capability covering one Langsmith business surface.
What You Can Do
GET
Get
— List tools
/v1/v1/platform/tools
POST
Post
— Create a tool
/v1/v1/platform/tools
GET
Get
— Get a tool by ID
/v1/v1/platform/tools/id/{id}
DELETE
Delete
— Delete a tool by ID
/v1/v1/platform/tools/id/{id}
PATCH
Patch
— Update a tool by ID
/v1/v1/platform/tools/id/{id}
GET
Get
— Get a tool by handle
/v1/v1/platform/tools/{handle}
DELETE
Delete
— Delete a tool by handle
/v1/v1/platform/tools/{handle}
PATCH
Patch
— Update a tool by handle
/v1/v1/platform/tools/{handle}
MCP Tools
list-tools
List tools
read-only
idempotent
create-tool
Create a tool
get-tool-id
Get a tool by ID
read-only
idempotent
delete-tool-id
Delete a tool by ID
idempotent
update-tool-id
Update a tool by ID
idempotent
get-tool-handle
Get a tool by handle
read-only
idempotent
delete-tool-handle
Delete a tool by handle
idempotent
update-tool-handle
Update a tool by handle
idempotent