Skip to main content
Glama

svn_import

Import files into an SVN repository, creating a new directory with a specified commit message.

Instructions

Run svn import with a temp -F message file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoAbsolute working directory. If omitted, absolute paths identify their SVN working copy; relative paths require explicit cwd.
srcYes
urlYes
messageYes
Behavior2/5

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

Without annotations, the description has the full burden of disclosing behavior. It mentions using a temporary file for the message, which is a minor behavioral hint. However, it does not state that the command modifies the repository, requires network access, or whether it is destructive. The return value or side effects are not described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise, at only one sentence. While there is no wasted text, it lacks essential details, making it under-described. It is not verbose, but conciseness should not come at the cost of clarity.

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

Completeness1/5

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

Given the tool has four parameters (three required without schema descriptions) and no output schema, the description is critically incomplete. It does not explain what the tool does, what the parameters represent, or what outcome to expect. This is a significant gap for an AI agent to use effectively.

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

Parameters2/5

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

The schema has only 25% description coverage (only 'cwd' has a description). The description adds minimal value: it implies 'message' is used via a temp file, but it does not explain the meaning of 'src' or 'url'. For a required parameter that is undocumented in the schema, this is insufficient.

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

Purpose3/5

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

The description states 'Run svn import', which identifies the operation as the SVN import command. However, it does not explain what import does (e.g., importing a local directory into a repository). For users unfamiliar with SVN, the purpose is vague. Among siblings, it is distinguishable by name, but the description lacks a clear, self-contained purpose statement.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use svn_import versus alternative tools like svn_add or svn_commit. It does not mention prerequisites (e.g., source directory, remote URL) or typical usage scenarios. This leaves the AI agent without context for tool selection.

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/shrishailrana-maker/svn-agent-mcp-v1'

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