Skip to main content
Glama

Build Customer Intake

build_customer_intake

Generate a 10-minute intake questionnaire for a non-developer who wants one workflow automated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo

Schema Changelog

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

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

No annotations provided, so the description must carry the behavioral burden. It only mentions generating a questionnaire, omitting details like permissions, side effects, output format, or whether the questionnaire is returned immediately. For a tool with no annotations, this 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?

A single sentence of 16 words—extremely concise and front-loaded. However, it sacrifices necessary details; a bit more context would improve without losing efficiency.

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?

Given the tool's simplicity (one optional param, no output schema, no annotations), the description is incomplete. It does not explain what happens after generation (e.g., returns a questionnaire, stores it, initiates a process), nor how it fits with sibling tools like build_validation_pack or recommend_agent_tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The sole parameter 'goal' has no schema description (0% coverage) and the description does not explain what 'goal' means or how it affects the questionnaire. The description adds no value beyond the schema, leaving the agent without guidance on what to input.

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

Purpose4/5

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

The description clearly states the action (generate), the resource (10-minute intake questionnaire), and the target user (non-developer wanting one workflow automated). This distinguishes it from sibling tools like audit_automation_plan or design_automation_stack, but could be more specific about the questionnaire's purpose.

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?

Implies usage for non-developers with a single workflow automation need, but provides no explicit when-not-to-use instructions or comparisons to sibling tools (e.g., when to use build_customer_intake vs. audit_automation_plan).

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

B3.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: audit, intake, contract, validation, design, prompt generation, and recommendations. No two tools overlap in functionality, ensuring an agent can select the right tool without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, with verbs like audit, build, design, generate, and recommend, and descriptive noun phrases. This uniformity makes the tool set predictable and easy to navigate.

Tool Count5/5

With 7 tools, the server covers the essential stages of automation design from intake to auditing without being sparse or overwhelming. The count is well-scoped for the domain.

Completeness5/5

The tool set covers the complete lifecycle of designing a no-shell automation: intake, design, validation, contract generation, prompt creation, and auditing. There are no obvious gaps in the workflow.