We use the Tool Calling from the GraphOS Collection.
# Operations Configuration
# Defines how GraphQL operations are sourced and managed
operations:
# Source type: "collection" (from GraphOS), "local" (from files), or "none"
source: collection
# For collection source: collection ID (use 'default' for default collection)
id: ${env.APOLLO_MCP_OPERATIONS_ID}
And after the sucessfull authentication we receives the following error on tool calling
We have debugged these issues with deployment and we did n’t found any unusual configurations but still we tried multiple options to fix this. It was not working as expected.
The same implementation we ran in the local machine works correctly.