Hi,
I’ve been experimenting with the Jira MCP server in Copilot Studio and successfully created an agent that’s connected to our Jira site. I can use prompts like CreateIssue to create issues, GetCurrentUser to retrieve information about my user, and ListProjects to view all of my Jira projects.
However, whenever I try to use other prompts or ask more specific questions, I encounter the following error:
Error Message: The output returned from the connector was too large to be handled by the agent. Try reducing its size by utilizing available connector filters or by limiting the number of configured action outputs. Error Code: AsyncResponsePayloadTooLarge
Has anyone found a way to resolve this error, or tips on how best to leverage the Atlassian Remote MCP server?
Best regards
Simon
Yep me too... the Atlassian MCP server does however work in VSCode Copilot - there the MCP server uses both Rovo Search and then a JQL tool to list issues, so this does seem like a bug specific to copilot studio ... it seems to me there is no way to filter the query to reduce the response size from this tool.