Skip to main content
Glama

Google Jules MCP

by mberjans

jules_create_task

Create tasks for Google Jules AI coding assistant to automate development workflows in GitHub repositories with specific branch targeting.

Instructions

Create a new task in Google Jules with repository and description

Input Schema

NameRequiredDescriptionDefault
branchNoGit branch to work on (optional, defaults to main)
descriptionYesTask description - what you want Jules to do
repositoryYesGitHub repository in format owner/repo-name

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Git branch to work on (optional, defaults to main)", "type": "string" }, "description": { "description": "Task description - what you want Jules to do", "type": "string" }, "repository": { "description": "GitHub repository in format owner/repo-name", "type": "string" } }, "required": [ "description", "repository" ], "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