Skip to main content
Glama
Lolaplex

agents-docs

by Lolaplex

sync_docset

Synchronize or update documentation sets from a curated catalog or a custom URL.

Instructions

Synchronize or update a documentation set from the curated catalog or a custom URL.

Args: name: Name of the catalog item (e.g. 'svelte-5', 'fastapi', 'tailwind-v3') or a custom docset identifier. url: Optional custom URL (pointing to llms.txt, llms-full.txt, or raw markdown) if name is not in catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing side effects. It only says 'Synchronize or update' without specifying whether this is destructive, requires permissions, involves network calls, or modifies local state. This is insufficient for a mutating 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 concise—two sentences covering purpose and parameter details. It avoids unnecessary fluff and is well-structured, making it easy to parse.

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?

The description lacks information about return value, side effects, and clear differentiation from other sync tools. While it covers the basic purpose and parameters, it does not fully address the context needed for an agent to use it confidently in all scenarios.

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?

The description adds meaningful context beyond the bare schema: it explains that 'name' can be a catalog item or custom identifier (with examples), and clarifies that 'url' is used only when the name is not in the catalog. This gives practical guidance for parameter usage.

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 function: 'Synchronize or update a documentation set from the curated catalog or a custom URL.' It distinguishes itself from sibling tools like list_docsets and get_doc_page by focusing on synchronization/update, and mentions two input modes (catalog name or URL).

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 implies usage when a docset needs syncing, but does not explicitly differentiate from other sync-related siblings (sync_project_docs, sync_memory_docs). It lacks clear guidance on when to choose this tool over alternatives or when not to use it.

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/Lolaplex/agents-docs'

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