Skip to main content
Glama

raskadr_inspect_project

Inspect track layout, segment IDs, and timing of a single CapCut project in read-only mode to analyze timeline structure before editing.

Instructions

Inspect tracks, segment ids, and timing for one CapCut project without writing files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesExact project folder name returned by raskadr_list_projects
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'without writing files', which signals a read-only operation and the absence of side effects. However, it does not describe the return format, error handling, or prerequisites beyond having the project name, which is a minor gap for an inspection tool.

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 a single, front-loaded sentence with no fluff. It immediately states what the tool inspects and its read-only nature. Every word earns its place, making it highly efficient for agent consumption.

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?

For a simple one-parameter read-only tool, the description is largely complete: it states the purpose, the resource, and the key safety trait. Minor omissions—such as expected return structure or behavior when the project doesn't exist—are not critical for an inspect operation, but the lack of explicit sibling differentiation slightly reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%—the single parameter 'project' has a clear description ('Exact project folder name returned by raskadr_list_projects'). The tool description does not add significant meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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 specifies the verb 'Inspect' and the exact resource ('tracks, segment ids, and timing for one CapCut project'), which clearly distinguishes it from siblings like raskadr_list_projects (which lists projects) and raskadr_plan_edit (which likely edits). The read-only qualifier ('without writing files') further clarifies its role.

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 this tool is used to inspect a specific project's details, but it does not explicitly state when to choose it over alternatives like raskadr_check_compatibility or raskadr_plan_edit. There are no 'use when' or 'instead of' statements, leaving some ambiguity for an agent deciding between related tools.

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/n1ghtmare-dev/raskadr-capcut-mcp'

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