Skip to main content
Glama

Google Jules MCP

by mberjans

jules_bulk_create_tasks

Create multiple coding tasks simultaneously by providing descriptions and repository details for automated development workflows.

Instructions

Create multiple tasks from a list of descriptions and repositories

Input Schema

NameRequiredDescriptionDefault
tasksYesArray of task objects to create

Input Schema (JSON Schema)

{ "properties": { "tasks": { "description": "Array of task objects to create", "items": { "properties": { "branch": { "type": "string" }, "description": { "type": "string" }, "repository": { "type": "string" } }, "required": [ "description", "repository" ], "type": "object" }, "type": "array" } }, "required": [ "tasks" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mberjans/google-jules-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server