Skip to main content
Glama

ae_list_project_items

List all items in the After Effects project panel, including compositions, footage, and folders, to see the full project contents at a glance.

Instructions

List all items in the After Effects project panel (compositions, footage, folders)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
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 clearly states the tool is a read-only list operation and identifies the included item types, which is useful. However, it discloses no further behavior such as whether folders are recursively expanded, whether items are returned in project-panel order, whether hidden items appear, or whether the list is flat.

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 one sentence with no filler: verb, resource, scope, and item types all in a single line. Every word earns its place.

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 parameterless read-only list tool, the description is basically adequate, but given generous sibling context and a large toolkit, it would benefit from clarifying scope details such as whether nested folder contents are included, how the result is ordered, and whether it overlaps with ae_list_compositions. No output schema exists, so a brief note on return shape would help.

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 tool has zero parameters and the schema coverage is 100% (the schema is empty). The description confirms there is nothing to configure, so parameter semantics are not a gap. Baseline for zero parameters is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'List' with a clear resource ('items in the After Effects project panel') and enumerates item types. It is distinguishable from siblings like ae_list_compositions, which lists only compositions, and ae_get_composition_layers, which lists layers within a composition.

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 states what the tool lists, but it does not explicitly say when to use this tool versus ae_list_compositions or ae_get_project_info. An agent can infer that this tool is the broad project-panel listing while siblings are more specific, but no direct guidance or exclusions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools