Skip to main content
Glama

noir_sync_repos

Clone or update Noir repositories locally to enable searching. Supports syncing core repos, community libraries, and reference resources.

Instructions

Clone or update Noir repositories locally. Run this first to enable searching. Default: syncs core repos (noir compiler/stdlib/docs, noir-examples). Use categories to sync additional repos: 'libraries' for community packages, 'reference' for awesome-noir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoForce re-clone even if repos exist (default: false)
reposNoSpecific repos to sync by name (e.g., ['noir-bignum', 'noir_json_parser'])
versionNoNoir version tag for the main noir repo (e.g., 'v1.0.0-beta.3'). Defaults to latest supported version.
categoriesNoCategories to sync: 'core' (default), 'libraries', 'reference'. Example: ['core', 'libraries']
Behavior3/5

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

With no annotations, the description carries the full burden. It describes the action as cloning or updating, indicates it's a prerequisite for searching, and mentions 'Force re-clone' which implies idempotence. However, it does not disclose potential side effects, required permissions, or error behavior, leaving some gaps.

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 concise with three sentences. The first sentence front-loads the main purpose, and each subsequent sentence adds essential information about defaults and categories without unnecessary detail.

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 tool with 4 parameters and no output schema, the description covers the core functionality and parameter usage. However, it lacks information about the return value or success indication, which would be helpful for an agent to know what to expect after running the tool.

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 coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining the default sync behavior and how categories work ('Default: syncs core repos', 'Use categories to sync additional repos'), providing context that aids parameter selection.

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 clearly states the tool's purpose: 'Clone or update Noir repositories locally' with the specific action (sync) and resource (Noir repos). It also distinguishes from sibling tools that are for searching, listing, and reading, establishing a unique role.

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 advises to 'Run this first to enable searching,' providing clear context for when to use the tool. It also explains the default behavior and how to use categories for additional repos, but does not explicitly state when not to use it or mention alternatives among siblings.

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/critesjosh/mcp-server'

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