Adobe Analytics MCP server - findMetrics Limit Error
I have implemented the Adobe Analytics MCP via oAuth server to server authentication and currently I am able to create connection and maintain sessions for this. However while using the call tools to request and fetch data from any reportSuite I am facing some kind of bug for the tool “findMetrics”.
Even after using the “page” & “limit” params I am still getting a large set of data as a response.
for e.g. I requested “page”:0 & “limit”:10 but still got returned 86 rows of metrics data, Not sure if this is any issue from server side under which “limit” is not recognized. If anyone else faced this error let me know. For now I have restricted the data by manually slicing the post my limit.