Skip to main content
Glama

Dplooy

Configure chatbot

configure_chatbot

LAST step after deploy + assignment (Plus/Pro). ONLY real facts in the knowledge — never invented prices/hours/addresses. Enables/configures the chatbot on a deployed project; the widget is injected server-side, no HTML changes. Partial update, except knowledge REPLACES the whole text — editing an existing bot? get_chatbot first. Point contactFormUrl at the site's Dplooy Form URL when one exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoWidget title, e.g. "GreenScape Assistant" (max 100 chars)
enabledNoTurn the chatbot on (true) or off (false). Omit to leave its current state unchanged
positionNoWhich corner the widget sits in
knowledgeNoThe knowledge base (max 50,000 chars). Structure as sections: About / Services & Prices / Hours / Service Area / FAQ / Contact. Only facts the user or site actually provided.
projectIdYesThe deployed project's ID
themeColorNoHex color like "#0d9488" — match the site's accent
personalityNoThe bot's tone of voice — match the site's audience
contactFormUrlNoWhere the bot sends visitors it can't help — use the site's Dplooy Form URL
welcomeMessageNoThe bot's opening line (max 500 chars)
starterQuestionsNoUp to 3 suggested first questions (100 chars each)

TDQS

A4.9/5.0
Behavior5/5

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

With only minimal annotations, the description carries the full behavioral burden and does so impressively: it discloses that the widget is injected server-side, that the update is partial except that knowledge replaces the entire text, and that factual content must never be invented. These are non-obvious behaviors an agent cannot infer from the schema or annotations.

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 dense but every clause earns its place: it front-loads the most important sequencing context, then gives update semantics, safety constraints, and a specific URL guideline. There is no filler or repetition of schema-level detail.

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

Completeness5/5

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

Given a 10-parameter tool with no output schema and minimal annotations, the description covers the key context an agent needs to invoke it correctly: deployment state, Plus/Pro requirement, partial-update behavior, knowledge replacement risk, and the real-facts constraint. Nothing critical for correct selection or invocation appears missing.

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 schema already documents all parameters at high coverage, so the baseline is 3. The description adds valuable semantics beyond the schema by clarifying that knowledge REPLACES the entire text rather than merging, and by directing contactFormUrl to the site's Dplooy Form URL. This additional operational meaning justifies a score above baseline.

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 identifies the action ('Enables/configures the chatbot') and the target resource ('on a deployed project'), then differentiates it from related operations by placing it as the 'LAST step after deploy + assignment' and by contrasting with get_chatbot for editing existing bots. This gives an agent a distinct, unambiguous purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit sequencing ('LAST step after deploy + assignment'), identifies when an alternative is needed ('editing an existing bot? get_chatbot first'), and provides a concrete operational rule ('Point contactFormUrl at the site's Dplooy Form URL when one exists'). This is strong when-to-use guidance with clear exclusions.

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