Skip to main content
Glama

Pictory Projects

pictory_projects

Manage Pictory projects and master video templates with full web dashboard synchronization: retrieve, update, or delete projects, and create or edit reusable templates for streamlined video creation.

Instructions

Manage Pictory projects and master video templates (full web UI synchronization).

Supported Actions:

  • 'list_projects': List all saved projects in your Pictory web dashboard (GET /v2/projects).

  • 'get_project': Get complete scene data for a specific project ID (GET /v2/projects/{project_id}).

  • 'update_project': Update an existing project's scenes, text, or settings (PUT /v2/projects/{project_id}).

  • 'update_scene': Surgically update a single scene's footage, thumbnail, duration, or text with auto-concurrency retry and schema protection.

  • 'delete_project': Delete a project from your account (DELETE /v2/projects/{project_id}).

  • 'list_templates': List saved master video templates (GET /v1/templates).

  • 'get_template': Get template configuration by ID (GET /v1/templates/{template_id}).

  • 'create_template': Create a new reusable brand video template (POST /v1/templates).

  • 'update_template': Update an existing video template (PUT /v1/templates/{template_id}).

  • 'delete_template': Delete a video template (DELETE /v1/templates/{template_id}).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
textNo
actionYes
libraryNogetty
payloadNo
asset_idNo
durationNo
file_pathNo
media_urlNo
page_sizeNo
project_idNo
descriptionNo
template_idNo
scene_numberNo
thumbnail_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses useful behavioral traits such as 'auto-concurrency retry' and 'schema protection' for update_scene and indicates mutation via PUT/DELETE methods. But it does not explain side effects, reversibility, permission requirements, or synchronization/caching behavior in enough depth.

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?

The opening sentence gives an immediate summary, and the bulleted action list is compact with endpoints. Some statements are repetitive with the schema (e.g. list actions only restate endpoint names), and the tail becomes slightly garbled, but overall the structure is scannable and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a multi-action dispatcher with 15 parameters, no annotations, and no schema field descriptions, the definition is incomplete. It never specifies which parameters apply to which actions, how payload should be structured for update actions, or the meaning of library, page/page_size, asset_id, file_path, and media_url. The output schema reduces the return-value burden, but invocation details remain under-specified.

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 description coverage is 0%, so the description must compensate for 15 parameters. It explicitly names only a few param-related concepts (project_id, template_id, text, duration, scenes, footage, thumbnail) and leaves payload, library, asset_id, file_path, media_url, page, page_size, and description undefined. It is insufficient for correctly constructing most invocation payloads.

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 that this tool manages Pictory projects and master video templates, and then lists every supported action with HTTP methods and endpoints. The resource scope (projects/templates) is distinct from the sibling tools (video, integrations, transcription, assets), so an agent can identify what it does without opening the schema.

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 provides clear action-level semantics (list, get, update, delete, create) and notes full web UI synchronization, which implies when the tool is relevant. However, it never explicitly tells the agent when to prefer this tool over a sibling or when not to use it, nor does it state prerequisites or exclusions beyond the action list.

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

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/softreviewed/pictory-coupon-code-mcp'

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