Skip to main content
Glama
noir-lang
by noir-lang

noir_sync_repos

Clone or update Noir repositories locally to enable searching. Default syncs core repos, with options for community libraries and references.

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
versionNoNoir version tag for the main noir repo (e.g., 'v1.0.0-beta.3'). Defaults to latest supported version.
forceNoForce re-clone even if repos exist (default: false)
reposNoSpecific repos to sync by name (e.g., ['noir-bignum', 'noir_json_parser'])
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?

Describes basic behavior (clone/update, defaults, force re-clone) but does not detail update semantics (e.g., overwrite or merge) or potential side effects. Without annotations, description carries full burden and is adequate but not thorough.

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 concise sentences; front-loaded with primary purpose. No wasted words.

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?

Covers essential context: role as prerequisite, default vs. category sync. Lacks detail on return value (e.g., list of synced repos) and update behavior. Still adequately complete for a setup tool with full parameter coverage.

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 baseline is 3. Description adds value by explaining the meaning of categories and default version behavior, clarifying usage beyond schema descriptions.

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?

Clearly states the action ('Clone or update') and the resource ('Noir repositories') with the purpose ('enable searching'). Distinguishes from sibling tools which are search/list operations.

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?

Explicitly advises to run this tool first to enable searching, and explains categories for additional repos. Lacks explicit when-not-to-use guidance, but context is clear.

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

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