Get built-in tool schema

Get the parameter schema and default configuration for a specific built-in tool.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

toolIdstringRequired

Response

Built-in tool parameter schema

descriptionstring
idstring
namestring
parametersSchemamap from strings to any
defaultConfigmap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error