Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Sentry organizations available to the authenticated user so agents can discover organization slugs before project or issue calls
| Field | Value |
|---|---|
| Name | sentry__list_organizations |
| Group | Integrations |
{
"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."
}