Skip to main content
Glama
georgeracu

google-jules-mcp-server

by georgeracu

Bulk Create Jules Sessions

jules_bulk_create_sessions

Creates multiple coding sessions across repositories, returning individual outcomes for each request.

Instructions

Create sessions across multiple repositories, reporting each result independently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionsYesSession requests to create

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.2

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds the useful detail that each result is reported independently, but it does not explain failure handling, partial success behavior, side effects, or the mutating nature beyond 'create'.

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

Conciseness5/5

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

A single sentence that is front-loaded with the core action and includes a meaningful behavioral detail ('reporting each result independently'). No filler or redundancy.

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

Completeness2/5

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

Despite the bulk nature, no annotations, and no output schema, the description provides very little operational context. It does not explain result shapes, partial failures, error reporting, or how to interpret the independent results, leaving the agent under-informed for a mutating bulk operation.

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 the schema already documents the sessions parameter and its required item fields. The description adds minimal meaning beyond the schema, mainly reinforcing the multi-repository scope.

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 specifies the operation: create sessions across multiple repositories, with per-result independent reporting. It distinguishes this from the sibling jules_create_session tool by emphasizing the multi-repository bulk nature.

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 implies this is for bulk creation across repositories, but it never explicitly names alternatives or states when to prefer this over jules_create_session. There is no when-not-to-use guidance or mention of scheduling or other related tools.

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