Skip to main content
Glama

Repair project JSON

repair_project_json

Auto-fix invalid project JSON by correcting type case, number ranges, format conflicts, timing swaps, and unknown fields. Returns repaired payload with explanations and remaining errors that require user input.

Instructions

Attempt conservative auto-fixes on an invalid project payload (wrong-case type, clamped numbers, format conflicts like transparent+jpg, swapped begin/end timings, unknown fields, empty/impossible elements) and explain every change. Returns the repaired payload plus its validation result — problems that need real input (e.g. missing media URLs) are left as errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesThe (possibly invalid) project JSON to repair
Behavior4/5

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

With no annotations, the description provides key behavioral traits: conservative fixes, explanation of changes, and leaving missing media URLs as errors. This goes beyond the input schema and helps the agent understand behavior.

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?

Two sentences covering purpose, scope, and return value. No redundant words; every sentence earns its place. Front-loaded with the main action.

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?

Given no output schema, the description explains what is returned (repaired payload plus validation result) and the types of fixes. For a single-parameter tool, this is sufficient, though specific error format could be elaborated.

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 single parameter 'payload' is described in the schema as 'The (possibly invalid) project JSON to repair'. The description adds context about autofixes and return format, adding value beyond the schema's coverage.

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 the tool's action: 'Attempt conservative auto-fixes on an invalid project payload' and lists specific fix types. It distinguishes from siblings like validate_project_json by focusing on repair rather than validation.

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?

The description implies usage after validation fails by mentioning 'invalid project payload' and listing auto-fixes. It does not explicitly state when to avoid using or name alternatives, but the context from sibling tools suggests appropriate use.

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/Zvid-io/zvid-mcp'

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