Skip to content

Conversation

rtpa25
Copy link

@rtpa25 rtpa25 commented Jul 21, 2025

Summary

  • Introduced a responseType parameter to various tools, allowing users to specify output format as either Markdown or JSON.
  • Updated formatIssueOutput, createTeam, getIssueDetails, updateProject, and whoami functions to handle JSON responses.

Changes

  • Enhanced output formatting in tools to support JSON responses, improving integration with other systems and APIs.
  • Added corresponding test cases to validate JSON output for each tool.

Note:

  • I have only done this for a few tools where I needed json response, once any core team member approves of this method, will move forward with other tools

Inspector output:

Screen.Recording.2025-07-21.at.2.53.17.PM.mov

## Summary
- Introduced a `responseType` parameter to various tools, allowing users to specify output format as either Markdown or JSON.
- Updated `formatIssueOutput`, `createTeam`, `getIssueDetails`, `updateProject`, and `whoami` functions to handle JSON responses.

## Changes
- Enhanced output formatting in tools to support JSON responses, improving integration with other systems and APIs.
- Added corresponding test cases to validate JSON output for each tool.

This change enhances the flexibility of the tools, making them more adaptable to different use cases and user preferences.
Copy link
Contributor

No changes requiring review at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant