{ "type": "object", "properties": { "q": { "type": "string", "description": "SOQL Case query. Filter by ContactId, AccountId, Status, OwnerId, Priority, or CreatedDate as needed. Must be a single read-only SELECT statement containing a top-level LIMIT followed by a plain number, for example LIMIT 25. A query with no LIMIT, or with a LIMIT only inside a subquery, is rejected before it runs. Keep the LIMIT small (25-50 is usually right); a project can cap the maximum rows, so retry with a smaller LIMIT if the query is rejected for exceeding that cap." } }, "description": "Input schema for the salesforce__list_cases tool."}