Skip to main content
Glama

Sentry MCP

Official
by getsentry

list_projects

Retrieve and display all projects within a Sentry organization using the specified organization slug, enabling easy project management and access.

Instructions

Retrieve a list of projects in Sentry.

Use this tool when you need to:

  • View all projects in a Sentry organization

Input Schema

NameRequiredDescriptionDefault
organizationSlugNoThe organization's slug. This will default to the first org you have access to.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organizationSlug": { "description": "The organization's slug. This will default to the first org you have access to.", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Sentry MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getsentry/sentry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server