Skip to main content
List Sentry projects for an organization

Tool details

FieldValue
Namesentry__list_projects
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "organizationSlug": {
      "type": "string",
      "description": "Sentry organization slug"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  },
  "required": [
    "organizationSlug"
  ],
  "description": "Input schema for the sentry__list_projects tool."
}

Output schema

This tool does not publish an output schema.