Skip to main content
Glama

Sentry MCP Server

by codyde

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

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/codyde/mcp-sentry-ts'

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