Skip to main content
Get warnings for usage buckets that are approaching or over their limits

Tool details

FieldValue
Nameget_usage_warnings
GroupUsage

Playground

Input schema

Input schema
{
  "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

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#"
}