getsentry / getsentry/sentry-mcp

JSON output support from tool calls

Open
#411 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
853
Forks
144
Avg merge
19h 25m
Merged PRs (30d)
32

Description

The current tool response is in Markdown format, which is a really nice improvement you guys have made, and I fully understand the rationale behind the move.
However, with Markdown output, it's quite difficult to render frontend components from the tool response (e.g., in Gen UI).

If each tool could accept an outputFormat parameter (with literal values like "md" or "json"), it would solve this issue. This parameter should be optional and default to "md", but if set to "json", the tool must return the raw JSON API response instead of the parsed Markdown output.

I'm open to creating a PR for this as well.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.