run_skill
Authorize and execute an App-managed skill before invoking its specific tools. Call this first to enable the next tool call with the skill's capabilities.
Instructions
Run and authorize an App-managed skill before calling its concrete App tools. Call this immediately before the tool that will use the skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Skill runtime name from find_skill. | |
| tool | No | Concrete App tool expected to be called next, for example generate_image. | |
| locale | No | Preferred response locale. | |
| reason | Yes | Why this skill is needed for the current user task. | |
| skillId | No | Skill id from find_skill. | |
| skillRef | No | Skill reference from find_skill. | |
| skillVersionId | No | Optional pinned skill version id from find_skill. | |
| executionGrantId | No | Optional trusted existing execution grant id. | |
| descriptorFingerprint | No | Optional descriptor fingerprint from a trusted prior run. |