Skip to main content
Glama

Dplooy

Assign to project

assign_to_project

Makes forms, Data collections and booking pages LIVE on a deployed project — or MOVES them from another one. Reversible (unassign_from_project); submissions, rows and bookings stay with the object. The response WARNS when the deployed files never reference the object (form action, collection key, widget script) — fix the HTML, do not report success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdsNoForm endpoint IDs to assign
projectIdYesThe project ID returned by the deploy
bookingPageIdsNoBooking page IDs to assign
dataCollectionIdsNoData collection IDs to assign

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses meaningful behavioral details beyond the annotations: the operation is reversible, submissions/rows/bookings persist with the object, and the response warns when deployed files do not reference the assigned object. It also gives operational guidance — fix the HTML rather than treating the assignment as successful.

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 compact and front-loaded with the core purpose, then adds reversibility, data-preservation behavior, and a critical warning. Every sentence contributes useful information and there is no fluff.

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 mutating tool with no output schema, the description provides good context: effects, reversibility, data fate, and a warning behavior. It could go slightly further by mentioning whether the operation is idempotent or whether other prerequisites apply, but the essential information for correct invocation is present.

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?

Schema description coverage is 100%, so the input schema already documents all four parameters effectively. The description adds nothing new about parameter formats or relationships, so the baseline score 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 a concrete action — making forms, data collections, and booking pages LIVE on a deployed project or moving them from another project. It clearly names the involved resources and distinguishes itself from the sibling unassign_from_project by explicitly mentioning reversibility.

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 gives clear context for when to use the tool: when objects need to go live on a deployed project or be moved between projects. It references the inverse operation unassign_from_project, but it does not explicitly state negative cases or compare with other sibling tools like deploy_files or deploy_website.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools are clearly separated by resource and action, and the descriptions are detailed enough to avoid most misselection. The main ambiguity is between deploy_files and deploy_website (both deploy a site, one multi-file and one single-file), and get_project versus get_project_files versus list_projects require careful reading.

Naming Consistency5/5

Every tool follows a consistent snake_case verb_noun pattern: create_*, get_*, list_*, delete_*, update_*, upload_*, assign_to_project, unassign_from_project, configure_chatbot. There are no camelCase names, vague verbs, or mixed conventions.

Tool Count2/5

At 29 tools, this exceeds the comfortable MCP surface and crosses into the 'too many' range. The breadth is somewhat justified by the number of subdomains (projects, files, forms, data, bookings, chatbot, media), but several getters and listers could be consolidated without losing capability.

Completeness4/5

The tool set covers a full website build lifecycle: account checks, content modeling, media upload, deploy, assignment, chatbot configuration, and post-deploy file edits. Minor gaps remain: booking pages and form settings are intentionally read-only via the MCP, and there is no chatbot deletion or teardown tool.

Resources