Analytics · MODEL CONTEXT PROTOCOL

javaDer mcp sentry custom

mcp-sentry-custom

WHAT IT CONNECTS

javaDer mcp sentry custom 为 AI Agent 提供什么

  • **`get_sentry_issue`**
  • **Description**: Retrieve and analyze a specific Sentry issue by its ID or URL.
  • **Input**:
  • `issue_id_or_url` (string): The Sentry issue ID or full URL to analyze.
  • **Returns**: Detailed issue information, including:
  • Title
  • Issue ID
  • Status
  • Level
  • First seen timestamp
  • Last seen timestamp
  • Event count
  • Full stack trace
  • **`get_list_issues`**
  • **Description**: Retrieve and analyze a list of Sentry issues for a specific project.
  • **Input**:
  • `project_slug` (string): The Sentry project slug.
  • `organization_slug` (string): The Sentry organization slug.
  • **Returns**: A list of issues with details, including:
  • Title
  • Issue ID
  • Status
  • Level
  • First seen timestamp
  • Last seen timestamp
  • Event count
  • Basic issue information
  • **`sentry-issue`**
  • **Description**: Retrieve formatted issue details from Sentry for use in conversation context.
  • **Input**:
  • `issue_id_or_url` (string): The Sentry issue ID or URL.
  • **Returns**: Formatted issue details.
  • **Formatting**: Used proper Markdown headings, lists, and code blocks for readability.
  • **Consistency**: Standardized terminology (e.g., `mcp_sentry` vs. `mcp-sentry-custom`) and removed redundant `<TEXT>` and `<JSON>` tags.
  • **Clarity**: Rewrote sections like "Overview" and "Features" for conciseness and precision.
  • **Completeness**: Fixed incomplete sentences and ensured all configuration examples were properly structured.
  • **Professional Tone**: Adjusted wording to sound more formal and polished.

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。