We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717de18 commit a1155deCopy full SHA for a1155de
docs/mcp-tools.mdx
@@ -266,6 +266,11 @@ Get the details of a specific task run.
266
The ID of the run to get the details of, starts with `run_`
267
</ParamField>
268
269
+<ParamField query="debugMode" type="boolean" optional>
270
+ If true, the run trace will be returned in the response which can be helpful for debugging.
271
+ Defaults to false.
272
+</ParamField>
273
+
274
### list_runs
275
276
List all runs for a project with comprehensive filtering options.
0 commit comments