Call any Kiwi TCMS API method
kiwi_rpcCall any Kiwi TCMS JSON-RPC method directly when no specialized tool exists. Use for actions like removing test cases, adding links, or filtering bugs.
Instructions
Direct call to any Kiwi TCMS JSON-RPC method (https://kiwitcms.org/api/): TestPlan.remove_case, TestExecution.add_link, Bug.filter, Tag.filter, etc. Use when no specialized tool exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Method name, e.g. TestCase.filter or TestExecution.add_link | |
| params | No | Parameters: positional array or object |