Skip to main content
Glama

config_init

Destructive

Initializes or clones a local Personal Agent Config baseline, optionally from a private Git remote. Gives you a clean starting point without activating any release.

Instructions

Initialize or clone the local Personal Agent Config baseline. This never activates a release by itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remoteNoOptional private Git remote to clone

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv3.2.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations indicate destructiveHint=true, so the agent already knows this can be destructive. The description adds one useful behavioral guarantee—it never activates a release by itself—which helps distinguish it from release-related steps. However, it does not disclose what may be overwritten or destroyed during initialization/cloning, which would be valuable for a destructive operation.

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?

The description is two short sentences with no filler. The purpose is front-loaded, and the clarifying statement about not activating a release earns its place by preventing misuse.

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?

For a simple, one-optional-parameter tool this is minimally adequate, but there is no output schema and the destructive annotation is not elaborated. The agent is left to guess what side effects 'initialize or clone' may have on existing local files, which matters for a destructiveHint=true tool in a larger config-related tool family.

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 input schema already provides 100% parameter coverage, including a description for the optional 'remote' parameter ('Optional private Git remote to clone'). The tool description only repeats the cloning concept and adds no additional parameter-level meaning 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 states a specific action ('Initialize or clone') on a specific resource ('the local Personal Agent Config baseline'), which clearly distinguishes it from related config operations. The added sentence 'This never activates a release by itself' further clarifies that this is not a publish/release tool, making the purpose unambiguous.

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?

The description clearly implies the use case: when you need to set up or clone the local baseline. It also provides an explicit when-not: this is not for activating a release. However, it does not name sibling tools like config_publish or config_sync or give conditions for choosing between them, so guidance is only partially explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/verivus-oss/llm-cli-gateway'

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