{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ToolUseBlock",
"type": "object",
"description": "A tool use content block in a response, indicating the model wants to use a tool.",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string",
"description": "A unique identifier for this particular tool use block. Used to match tool results to tool use requests."
},
"name": {
"type": "string",
"description": "The name of the tool being used."
},
"input": {
"type": "object",
"description": "An object containing the input passed to the tool, conforming to the tool's input_schema."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.