Skip to main content
List Sentry organizations available to the authenticated user so agents can discover organization slugs before project or issue calls

Tool details

FieldValue
Namesentry__list_organizations
GroupIntegrations

Playground

Input schema

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

Output schema

This tool does not publish an output schema.