工具 API
get_ event_ attachment
从 Sentry 事件下载附件。 需要使用此工具的场景: - 下载附加到特定事件的文件 - 访问随错误报告上传的截图、日志文件或其他附件 - 获取附件元数据和下载 URL
调用信息
- 工具标识
- sentry-mcp.get_event_attachment
- 服务提供方
- Sentry
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
organizationSlug必填The organization's slug. You can find a existing list of organizations you have access to using the `find_organizations()` tool.
projectSlug必填The project's slug. You can find a list of existing projects in an organization using the `find_projects()` tool.
eventId必填The ID of the event.
attachmentIdThe ID of the attachment to download.
regionUrlThe region URL for the organization you're querying, if known. For Sentry's Cloud Service (sentry.io), this is typically the region-specific URL like 'https://us.sentry.io'. For self-hosted Sentry installations, this parameter is usually not needed and should be omitted. You can find the correct regionUrl from the organization details using the `find_organizations()` tool.