Skip to main content
Glama

jules_list_sessions

List coding sessions across all pooled Google accounts and filter them by state, repository source, or AIP-160 expression to quickly locate relevant work and navigate results with pagination tokens.

Instructions

List and filter all coding sessions across all pooled Google accounts by state, repository source, AIP-160 filter, or pagination token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoFilter by session state (e.g. 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'AWAITING_USER_FEEDBACK', 'AWAITING_PLAN_APPROVAL').
filterNoAIP-160 filter expression (e.g. 'state = COMPLETED AND createTime > "2026-01-01T00:00:00Z"').
sourceNoFilter by repository name or source path.
page_sizeNoMax sessions to return per account (1-100, default 30).
page_tokenNoPage token for pagination.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description must carry behavioral disclosure. It transparently states the cross-account aggregation scope ('all pooled Google accounts') and the list/filter nature, which implies a read-only operation. It doesn't disclose pagination semantics beyond the token, sort order, or potential for large result sets, so it stays at the minimum viable level.

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 with no filler, front-loading the main action and scope before enumerating the filter dimensions. Every phrase earns its place.

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?

The description is adequate for a list/filter tool whose five optional parameters are fully documented in the schema. However, with no output schema and no annotations, it doesn't describe the return format, pagination behavior across accounts, or filter combination semantics. For a moderate-complexity tool this is a visible gap, so 3 rather than higher.

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 baseline is 3. The description adds no additional parameter meaning beyond paraphrasing the filter categories; all detail is already in the input schema. It doesn't compensate beyond the schema, but it doesn't need to.

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

Purpose4/5

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

The description names a concrete verb ('List') and resource ('coding sessions'), and adds a distinguishing scope: 'across all pooled Google accounts' and specific filter dimensions. It separates this from siblings like jules_get_session (single session) and jules_list_activities without naming them, though it doesn't explicitly invoke a sibling.

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 when to use it—whenever you need to list or filter coding sessions across accounts—but gives no explicit exclusions or alternatives. It doesn't mention that jules_get_session should be used for a single session or jules_list_activities for activity logs. The guidance is implied, not stated.

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

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

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