Hi @Pete_Hartnett ,
I got the MCP set up with Claude. Very cool. I like that I’m able to do a psuedo “cross table” query. I was wondering if using an existing aggregation would speed up it’s performance but trying to prompt Claude to run an aggregation I was getting this.: “function isn’t working as expected with the API.” Just wanted to let you know.
1 Like
{
field
: hhqmm_customer
,
tableId
: RFHEBcbe6NyCeidGn
,
aggregationType
: uniqueValues
}
Error: Request to https://dentsply-test.tulip.co/api/v3/w/zxr8x7acHvMT5pHuz/tables/RFHEBcbe6NyCeidGn/runAggregation?aggregationType=uniqueValues&field=hhqmm_customer failed after 0 attempts: HTTP 400: {“details”:“Unable to parse query string: extra param(s): aggregationType, field”,“errorCode”:“InvalidQueryString”}
Note: The API’s runTableAggregation
function appears to have parameter restrictions, but this shows the results that the aggregation would produce when executed.