particle_call
Dispatch any public Particle tool by name. Compatibility fallback for harnesses that block calling tools that weren't advertised on tools/list — every public Particle tool is executable by name, so prefer calling discovered tools directly when your harness allows it. Identical metering and plan gating apply either way. Use particle_catalog to discover tool names and input schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Flat name of any public Particle tool (e.g. 'particle_podcast_get_episode'). Discover names and schemas with particle_catalog. | |
| arguments | No | Arguments object for the target tool, matching its input schema. |