{ "type": "object", "properties": { "owner": { "type": "boolean", "description": "Restrict results to organizations where the authenticated user is an owner" }, "query": { "type": "string", "description": "Filter organizations by name, slug, status, id, email, or member id" }, "cursor": { "type": "string", "description": "Pagination cursor" } }, "description": "Input schema for the sentry__list_organizations tool."}