Skip to main content
Glama
Godzilla675

Google Jules MCP Server

by Godzilla675

jules_create_session

Create a session for autonomous coding tasks, with optional automatic pull request generation.

Instructions

Create a new Jules session to start a coding task. Jules will work on the task autonomously, optionally creating a PR when done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe prompt describing what task Jules should perform (e.g., 'Fix the bug in auth.js', 'Add dark mode support')
sourceYesThe source name to work on (e.g., 'sources/github/owner/repo')
startingBranchYesThe branch to start from (e.g., 'main')
titleNoOptional title for the session. If not provided, system will generate one.
automationModeNoAutomation mode. Use 'AUTO_CREATE_PR' to automatically create a PR when done.
requirePlanApprovalNoIf true, plans will require explicit approval before Jules starts working. Default is auto-approve.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the burden. It discloses autonomous operation and optional PR creation but does not mention side effects, authorization needs, or behavior on existing sessions. The description is adequate but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose. Every sentence is meaningful. Could be slightly more concise, but no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with 6 parameters and no output schema, the description is brief. It covers basic functionality but lacks details about session lifecycle, error conditions, or how to monitor progress. Adequate for a simple tool but incomplete for complex usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds minimal extra meaning beyond the schema—only hinting at the automationMode connection to PR creation. No additional semantic value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and the resource 'Jules session', and specifies the action's purpose ('to start a coding task'). It distinguishes from sibling tools like jules_get_session, jules_list_sessions, etc., which are for retrieval or listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions using the tool to start a coding task but provides no explicit guidance on when to use it versus alternatives (e.g., when to use jules_get_session instead). There is no mention of prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Godzilla675/google-jules-mcp'

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