analyze_squish_api_documentation
Find available functions and code snippets by parsing local Squish documentation, enabling efficient test script development.
Instructions
Parse the local Squish documentation to find relevant information like the available functions and code snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Summary of API documentation loaded | |
| sections | Yes | Documentation section headings | |
| functions | Yes | Available Squish API function names | |
| local_path | Yes | Path to local API documentation file | |
| code_examples | Yes | Code examples from the documentation | |
| content_preview | Yes | Preview of the documentation content |