curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities/function-calling \
--header 'Authorization: Bearer <token>'{
"tools": [
{
"name": "<string>",
"description": "<string>",
"parameters": {},
"required_scope": "<string>"
}
]
}OpenAI / Anthropic-compatible tool definitions for use with function-calling LLMs. Drop into your agent’s tool list.
curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities/function-calling \
--header 'Authorization: Bearer <token>'{
"tools": [
{
"name": "<string>",
"description": "<string>",
"parameters": {},
"required_scope": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.