Skip to main content
Glama

maid_snapshot_system

Generate a system-wide manifest snapshot to aggregate all project artifacts, track API evolution, and create a comprehensive view of your codebase for documentation and architecture review.

Instructions

Generate a system-wide manifest snapshot using MAID Runner.

When to use:

  • Documentation: Create a comprehensive view of all project artifacts

  • Architecture review: See all public APIs across the codebase

  • Dependency analysis: Understand cross-file relationships

What it creates:

  • Aggregated manifest combining all individual manifests

  • System-wide view of all tracked artifacts

  • Uses systemArtifacts (array) instead of expectedArtifacts (object)

Tips:

  • Run periodically to update system documentation

  • Useful for onboarding new team members

  • Compare snapshots over time to track API evolution

Args: output: Path to the output system manifest file (default: "system.manifest.json") manifest_dir: Directory containing individual manifests (default: "manifests") quiet: Whether to suppress progress output (default: True)

Returns: SystemSnapshotResult with generation outcome

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputNosystem.manifest.json
manifest_dirNomanifests
quietNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
output_pathYes
errorsYes
Behavior3/5

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

Describes output as aggregated manifest using systemArtifacts array instead of expectedArtifacts object, and mentions return type. No annotations exist, so description carries burden; it does not disclose side effects, auth needs, or potential destructive actions, but given nature of tool, likely non-destructive.

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

Conciseness4/5

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

Well-organized with headings, bullet points, and sections. The Args section duplicates schema info without adding value, slightly reducing conciseness.

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?

Covers purpose, usage, and high-level output. Lacks parameter details and behavioral nuances. Output schema exists but not described, so completeness is adequate but not thorough.

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?

Schema coverage is 0%, so description should compensate. Args are listed with defaults but no additional explanation of formats, constraints, or how they affect behavior. Barely adds meaning beyond 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?

Clearly states it generates a system-wide manifest snapshot. Use cases like documentation, architecture review, and dependency analysis distinguish it from siblings like maid_snapshot (per-file) and maid_list_manifests.

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?

Provides explicit 'When to use' section with three bullet points. Also includes tips for periodic runs and onboarding. Lacks explicit when-not-to-use, but usage 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/mamertofabian/maid-runner-mcp'

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