Get warnings for usage buckets that are approaching or over their limits
get_usage_warnings
{ "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#" }
{ "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#" }