run_spec
Run YAML test specs against an MCP server to validate functionality. Provide inline spec text or a file path for automated testing and result retrieval.
Instructions
Run a YAML test spec against an MCP server and return results. Provide either specText (inline YAML) or specPath (path to a file). At least one is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specText | No | Inline YAML spec content to run | |
| specPath | No | Path to a YAML spec file to run | |
| timeoutMs | No | Timeout in milliseconds (default: 30000) |