Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get warnings for usage buckets that are approaching or over their limits
| Field | Value |
|---|
| Name | get_usage_warnings |
| Group | Usage |
Playground
{
"type": "object",
"properties": {
"project_reference": {
"type": "string",
"description": "Project ID or slug (optional)"
}
},
"additionalProperties": false,
"description": "Input schema for the get_usage_warnings tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
"type": "object",
"properties": {
"warnings": {
"type": "array",
"items": {
"type": "string",
"description": "One warning item associated with this tool result."
},
"description": "List of warnings associated with this tool result."
}
},
"required": [
"warnings"
],
"additionalProperties": false,
"description": "Structured result returned by the get_usage_warnings tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}