Skip to main content
Glama
dwin-gharibi

ArvanCloud MCP Server

by dwin-gharibi

arvan_git_clone

Clone a Git repository to a specified or temporary directory, returning the checkout path for use with infrastructure-as-code or Kubernetes tools.

Instructions

Clone a repository to dest (defaults to a fresh temp directory).

Returns the checkout path so you can pass it as directory to the IaC or Kubernetes tools. The path persists for the session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_urlYes
destNo
branchNo
depthNo
Behavior4/5

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

Annotations are sparse (readOnlyHint=false, destructiveHint=false, idempotentHint=false), so the description carries the burden. It discloses key behaviors: default destination is a temp directory, returns the path, and path persists for the session. No contradictions with annotations.

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 sentences with no fluff. First sentence states action and default, second explains return value and use case. Front-loaded and efficient.

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?

The description covers the essential aspects of a clone operation: what it does, output (path), and persistence. No output schema exists, but the return value is described. Minor omissions like error handling or authentication are acceptable for a simple tool.

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 coverage is 0%, so the description must compensate. It explains the dest parameter (default to temp dir) but does not address repo_url, branch, or depth. This leaves half the parameters undocumented beyond their names. Adequate but not thorough.

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 explicitly states 'Clone a repository' with verb and resource. It distinguishes from sibling git tools (like checkout, diff) by focusing on cloning and mentioning its use case for IaC/K8s tools. No other clone tool exists among siblings.

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 provides context: 'Returns the checkout path so you can pass it as directory to the IaC or Kubernetes tools.' It implies use when you need a cloned repo path for subsequent tools, but does not explicitly exclude other scenarios or list alternatives. Clear enough for most agents.

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/dwin-gharibi/arvancloud-mcp'

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