maid_list_manifests
Find all manifests that reference a specific file to understand its creation, edit history, and context before making changes.
Instructions
List manifests that reference a file using MAID Runner.
When to use:
Before editing: Check if a file already has manifests
Understanding history: See how a file has evolved through manifests
Planning edits: Find related manifests to understand context
Result categories:
created_by: Manifests where file is increatableFilesedited_by: Manifests where file is ineditableFilesread_by: Manifests where file is inreadonlyFiles
Tips:
Use before creating a new manifest for an existing file
If file is in
creatableFiles, it was first created by that manifestUse
--use-manifest-chainin maid_validate for files with history
Args: file_path: Path to the file to check manifest_dir: Directory containing manifests (default: "manifests")
Returns: ListManifestsResult with manifest information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| manifest_dir | No | manifests |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| total_manifests | Yes | ||
| created_by | Yes | ||
| edited_by | Yes | ||
| read_by | Yes |