Query SignNow skill library
signnow_skillsList all SignNow skills with descriptions or retrieve the full body of a specific skill, such as signnow101, to learn workflow rules like previewing before sending.
Instructions
Query the bundled SignNow skill library. Omit skill_name to list all skills with descriptions. Provide skill_name to read the full skill body. Load signnow101 before performing any SignNow action — it contains required workflow rules including when to preview before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | No | Name of the skill to retrieve (e.g. 'signnow101'). Omit to list all available skills with their descriptions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | No | Available skills with descriptions (list mode only) | |
| name | No | Skill identifier (fetch mode only) | |
| body | No | Skill content in Markdown, front-matter removed (fetch mode only) |