Expand description
Invoke platform tools declared in this skill’s [[permissions]].
Requires the tools capability in your Skill.toml.
Functions§
- invoke
- Invoke a platform tool declared in this skill’s
[[permissions]]. - invoke_
many - Invoke several declared platform tools in one host call, dispatched concurrently host-side — guests have no threads, so this is the way to fan out (e.g. one query per service) instead of a serial loop.