Skip to main content
Glama

clone_and_set_project

Clone a public GitHub repository and index it as the active project to enable static analysis of Spring Boot codebases. Supports both full URL and owner/repo shorthand with shallow cloning.

Instructions

Clone a public GitHub repository and index it as the active project. Accepts a full URL (https://github.com/owner/repo) or shorthand (owner/repo). Uses --depth=1 for speed. Re-uses existing clones automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
github_urlYesGitHub repo URL or owner/repo e.g. gothinkster/spring-boot-realworld-example-app
Behavior3/5

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

Discloses --depth=1 optimization and reuse of existing clones, but lacks details on error handling, permissions, or side effects on existing project state. No annotations provided, so description carries full burden.

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?

Three concise sentences, each adding unique info: purpose, input formats, optimization, reuse. 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?

Covers core operations but lacks details on error scenarios, whether it overwrites existing active project, and output expectations. No output schema, so more context needed.

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 already covers parameter with description. Description adds value by explaining full URL or shorthand format and giving an example, exceeding baseline of 3.

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?

Clear verb+resource: 'clone and index' a public GitHub repo. Distinguishes from siblings like 'set_project' and 'delete_cloned_repo' by specifying cloning and indexing as active project.

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?

Implied usage for cloning and setting a project, but no explicit when-to-use vs alternatives like 'set_project' for already cloned repos. Mentions automatic reuse, but lacks 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/mparth14/spring-api-intel-mcp'

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