Skip to main content
Glama

Google Jules MCP

by mberjans

jules_list_tasks

View and filter Google Jules AI coding tasks by status to monitor development progress and manage workflow automation.

Instructions

List all Jules tasks with their status

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tasks to return (default 10)
statusNoFilter tasks by status

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of tasks to return (default 10)", "type": "number" }, "status": { "description": "Filter tasks by status", "enum": [ "all", "active", "pending", "completed", "paused" ], "type": "string" } }, "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