curl --request GET \
--url https://api.example.com/api/tools{
"tools": [
{
"tool_id": "tool_123",
"name": "CheckInventory",
"description": "Checks stock level for an item",
"method": "GET",
"url": "https://api.store.com/inventory"
}
],
"organization": "My Org"
}
curl --request GET \
--url https://api.example.com/api/tools{
"tools": [
{
"tool_id": "tool_123",
"name": "CheckInventory",
"description": "Checks stock level for an item",
"method": "GET",
"url": "https://api.store.com/inventory"
}
],
"organization": "My Org"
}
{
"tools": [
{
"tool_id": "tool_123",
"name": "CheckInventory",
"description": "Checks stock level for an item",
"method": "GET",
"url": "https://api.store.com/inventory"
}
],
"organization": "My Org"
}