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 07cedc0 commit 86c99b7Copy full SHA for 86c99b7
apps/workers-builds/src/tools/workers-builds.tools.ts
@@ -41,7 +41,8 @@ export function registerBuildsTools(agent: BuildsMCP) {
41
'workers_builds_list_builds',
42
fmt.trim(`
43
Use the Workers Builds API to list builds for a Cloudflare Worker.
44
- If no workerId is provided, the active worker (set by workers_builds_set_active_worker) will be used.
+
45
+ MUST provide a workerId or call workers_builds_set_active_worker first.
46
`),
47
{
48
workerId: z.string().optional().describe('The Worker ID to list builds for.'),
0 commit comments