Skip to main content
Glama

coding_page_builder_web_development

Destructive

Build web pages by sending a free-text objective and optional structured inputs to a coding agent, which handles the construction within your account scope.

Instructions

Run the coding domain agent action page_builder_web_development.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

The description adds only implementation context about routing through the domain-agent dispatcher and executing under the caller's JWT, tenant, and company scope. It does not disclose what effects the action has, and given the annotation destructiveHint=true, the lack of any warning or explanation of what may be changed or destroyed is a significant gap.

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 description is concise, front-loaded with the primary instruction, and uses a clear Args block for parameters. It avoids fluff, though the routing sentence adds context that is more operational than functional.

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 domain-agent action that appears destructive and has many closely related siblings, the description is incomplete. It documents arguments but fails to explain the action's purpose, expected inputs semantics, or when to invoke it, leaving the agent unable to select or apply the tool confidently.

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?

Schema description coverage is 0%, so the description must define the parameters, and it does. It explains 'message' as a free-text objective and 'inputs' as an optional JSON string of structured inputs, adding meaning beyond the bare schema titles and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'Run the coding domain agent action page_builder_web_development'. However, it never explains what that action does, so the tool's purpose remains opaque and it is not differentiated from closely named siblings like coding_build_page or coding_growth_loop_web_development.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives. The routing context mentions JWT, tenant, and company scope, but there is no stated condition, use case, or exclusion that would help an agent choose this over other coding or page_builder tools.

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

Deploy Server

Other Tools