Skip to main content
Glama
georgeracu

google-jules-mcp-server

by georgeracu

Send Message to Jules Session

jules_send_message

Send a follow-up message or instruction to an active Jules session. Get the response in the next activity, viewable through jules_list_activities or jules_get_status.

Instructions

Send a follow-up message or instruction to a running Jules session. Jules will respond in the next activity, which you can see with jules_list_activities or jules_get_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesMessage or instruction to send to Jules
sessionIdYesSession ID to send message to
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It adds a key behavioral trait: Jules will respond in the next activity, indicating asynchronous behavior. However, it doesn't disclose error conditions, side effects, or authentication requirements, leaving some ambiguity.

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?

Two concise sentences, front-loaded with the core purpose and immediately useful next steps. No wasted words.

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

Completeness4/5

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

For a simple message-sending tool with two parameters and no output schema, the description covers the purpose, the session context, and where to see the response. It doesn't elaborate on failure modes, but that's acceptable given the tool's simplicity.

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?

The schema already has 100% coverage for both parameters (sessionId and message), so the description doesn't add significant semantic value. It reinforces that the message is a follow-up and requires a sessionId, but provides no extra format or constraint details beyond the schema.

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 tool sends a follow-up message or instruction to a running Jules session, using a specific verb and resource. It distinguishes itself from sibling tools like jules_list_activities or jules_get_status by focusing on the act of sending a message to an existing session.

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

Usage Guidelines4/5

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

The description gives context that it's for running sessions and directs the user to check the response via jules_list_activities or jules_get_status. It implies the use case of sending follow-up messages but doesn't explicitly contrast with alternatives like jules_approve_plan or state prerequisites beyond 'running'.

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

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