Skip to main content
Glama

AI Business System Advisor

Map Customer Touchpoints

map_customer_touchpoints
Read-onlyIdempotent

Maps customer-facing workflow stages, trust-sensitive moments, automation-safe areas, human-critical areas, missing information, and confidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aiIdeaNoAI or automation idea that may affect customer touchpoints.
touchpointsNoSpecific customer-facing moments, handoffs, or interactions to review.
businessTypeNoType of business being reviewed.
riskConcernsNoConcerns about trust, customer experience, brand reputation, privacy, or quality control.
salesProcessNoHow leads are qualified, sold, and converted before delivery begins.
currentProblemNoMain customer journey or workflow problem the user wants to solve.
supportProcessNoHow customer questions, issues, tickets, or requests are handled.
currentWorkflowNoCurrent workflow steps, tools, owners, and handoffs.
customerJourneyNoKnown customer journey stages from first contact through retention.
deliveryProcessNoHow the business delivers the offer or service after onboarding.
recoveryProcessNoHow complaints, refunds, exceptions, or service recovery are handled.
retentionProcessNoHow renewals, repeat purchases, referrals, or ongoing customer value are managed.
onboardingProcessNoHow new customers are welcomed, scoped, educated, or set up.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
confidenceYesConfidence level based on the clarity and completeness of the provided business context.
touchpointsYesReviewed customer touchpoints with classification, reason, and suggested control.
humanCriticalAreasYesAreas where human review or ownership should remain explicit.
missingInformationYesInformation the user should provide to improve diagnostic confidence.
automationSafeAreasYesAreas that appear suitable for AI assistance or automation with low risk.
trustSensitiveMomentsYesMoments where customer trust, expectations, or brand perception may be at risk.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed24 schema fields changed
    • addedInput schema / properties / aiIdea / description
      Added value: +"AI or automation idea that may affect customer touchpoints."
    • addedInput schema / properties / businessType / description
      Added value: +"Type of business being reviewed."
    • addedInput schema / properties / currentProblem / description
      Added value: +"Main customer journey or workflow problem the user wants to solve."
    • addedInput schema / properties / currentWorkflow / description
      Added value: +"Current workflow steps, tools, owners, and handoffs."
    • addedInput schema / properties / customerJourney / description
      Added value: +"Known customer journey stages from first contact through retention."
    • addedInput schema / properties / deliveryProcess / description
      Added value: +"How the business delivers the offer or service after onboarding."
    • addedInput schema / properties / onboardingProcess / description
      Added value: +"How new customers are welcomed, scoped, educated, or set up."
    • addedInput schema / properties / recoveryProcess / description
      Added value: +"How complaints, refunds, exceptions, or service recovery are handled."
    • addedInput schema / properties / retentionProcess / description
      Added value: +"How renewals, repeat purchases, referrals, or ongoing customer value are managed."
    • addedInput schema / properties / riskConcerns / description
      Added value: +"Concerns about trust, customer experience, brand reputation, privacy, or quality control."
    • addedInput schema / properties / salesProcess / description
      Added value: +"How leads are qualified, sold, and converted before delivery begins."
    • addedInput schema / properties / supportProcess / description
      Added value: +"How customer questions, issues, tickets, or requests are handled."
    • addedInput schema / properties / touchpoints / description
      Added value: +"Specific customer-facing moments, handoffs, or interactions to review."
    • addedOutput schema / properties / automationSafeAreas / description
      Added value: +"Areas that appear suitable for AI assistance or automation with low risk."
    • addedOutput schema / properties / confidence / description
      Added value: +"Confidence level based on the clarity and completeness of the provided business context."
    • addedOutput schema / properties / humanCriticalAreas / description
      Added value: +"Areas where human review or ownership should remain explicit."
    • addedOutput schema / properties / missingInformation / description
      Added value: +"Information the user should provide to improve diagnostic confidence."
    • addedOutput schema / properties / touchpoints / description
      Added value: +"Reviewed customer touchpoints with classification, reason, and suggested control."
    • addedOutput schema / properties / touchpoints / items / properties / classification / description
      Added value: +"Whether this touchpoint appears safe for automation, needs hybrid review, or should remain human-critical."
    • addedOutput schema / properties / touchpoints / items / properties / description / description
      Added value: +"Short explanation of what happens at this touchpoint."
    • addedOutput schema / properties / touchpoints / items / properties / reason / description
      Added value: +"Reason for the touchpoint classification."
    • addedOutput schema / properties / touchpoints / items / properties / stage / description
      Added value: +"Customer journey stage or workflow touchpoint."
    • addedOutput schema / properties / touchpoints / items / properties / suggestedControl / description
      Added value: +"Suggested review, escalation, or quality-control rule for this touchpoint."
    • addedOutput schema / properties / trustSensitiveMoments / description
      Added value: +"Moments where customer trust, expectations, or brand perception may be at risk."
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds no further behavioral context, such as what happens with partial inputs or whether all parameters are required. Minimal additional value beyond annotations.

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 a single sentence, very concise with no wasted words. It is front-loaded but could benefit from bullet points for better readability. Still, it is efficient.

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 complexity (13 parameters, many siblings, output schema exists), the description is too sparse. It lacks guidance on parameter importance, prerequisites, or how the output is structured. Not complete enough for effective selection.

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 baseline is 3. The description does not elaborate on parameter semantics or relationships beyond the schema, adding no extra meaning.

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 tool maps customer-facing workflow stages and related aspects, using a specific verb ('Maps') and resource. However, it does not differentiate from siblings like 'assess_trust_control_risks', which may overlap.

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?

The description provides no guidance on when to use this tool versus alternatives. No context, prerequisites, or exclusion criteria are given, leaving the agent to guess the appropriate scenario.

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.