Python
Tools
Create tool
Creates a callable tool for agents.
POST
Python
Authorizations
Your SuperU API key.
Body
application/json
Request body for Create tool.
Tool Create Request schema.
Tool name
Example:
"Tool 1"
Tool type
Example:
"apiRequest"
Request URL
Example:
"https://www.google.com"
What the tool does
Example:
"hehe"
HTTP method
Example:
"GET"
Request body schema.
Example:
{
"type": "object",
"properties": {
"new": { "type": "string", "description": "2" }
}
}Request header schema.
Example:
{
"type": "object",
"properties": {
"new": { "type": "string", "description": "2" }
}
}Request timeout in seconds
Example:
20

