Sentry MCP Server

list_projects

Retrieve and display Sentry projects with details like slugs, IDs, status, settings, and organization info. Use to manage and analyze project data efficiently.

Instructions

List accessible Sentry projects. View project slugs, IDs, status, settings, features, and organization details.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: markdown)markdown
organization_slugYesThe slug of the organization to list projects from
viewNoView type (default: detailed)detailed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "description": "Output format (default: markdown)", "enum": [ "plain", "markdown" ], "type": "string" }, "organization_slug": { "description": "The slug of the organization to list projects from", "type": "string" }, "view": { "default": "detailed", "description": "View type (default: detailed)", "enum": [ "summary", "detailed" ], "type": "string" } }, "required": [ "organization_slug" ], "type": "object" }

You must be authenticated.

Other Tools from Sentry MCP Server

Related Tools

ID: sfel2251tz