Per tool call cost visibility in tool execution responses #833
Unanswered
Flux690
asked this question in
Q&A | Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm building a SaaS platform where I'm integrating Arcade as the tool execution layer. The challenge I'm running into is billing. I want to pass through Arcade tool execution costs to my users charging them differently for standard vs. pro tool calls, since the cost difference is significant ($0.01 vs $0.50).
After reading the full OpenAPI spec, I can't find any field in the POST /v1/tools/execute response that indicates the tool's pricing tier or what a specific call cost. ExecuteToolResponse and tool.ResponseOutput don't appear to expose a cost, tier, or billing metadata field. The tool.Classification schema only contains service_domains.
A few specific questions:
Thanks for your time
Beta Was this translation helpful? Give feedback.
All reactions