Skip to main content
Glama
Godzilla675

Google Jules MCP Server

by Godzilla675

jules_get_source

Retrieve details of a specific source by its full resource name, including GitHub repository owner, name, branches, and privacy status.

Instructions

Get details of a specific source by its name. Returns source information including GitHub repo owner, name, branches, and privacy status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe full resource name of the source (e.g., 'sources/github/owner/repo')
Behavior3/5

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

No annotations provided, so description carries burden. It describes the tool as a read operation and lists returned fields, but does not explicitly state read-only nature, error handling, or any potential side effects.

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 with no unnecessary information; front-loaded with what the tool does and what it returns.

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 tool with one required parameter and no output schema, description provides clear purpose, example parameter, and expected output fields, though could expand on return value structure.

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

Parameters4/5

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

Schema has 100% coverage for the single parameter; description adds an example format ('sources/github/owner/repo') that adds value beyond schema description.

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?

Description clearly states verb ('Get details') and resource ('specific source by its name'), and specifies returned fields (GitHub repo owner, name, branches, privacy status), distinguishing it from sibling tool jules_list_sources which lists all sources.

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?

Implied usage: when you have the source name and need details. No explicit when-not or alternatives, but sibling tools provide context for listing versus details.

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