Start Agent Ready Setup
start_agent_ready_setupUse this when an end user asks 'help me make my site agent-ready' or any equivalent. Orchestrates the end-to-end flow: scan → vertical analysis → tool-name suggestions → tier quote → consult booking. Returns a sequence of next-action MCP tool calls keyed off the current site state, so a downstream agent can drive the conversation without re-deciding what to do next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The user's website URL (with or without https://) | |
| agent_name | No | Name of the calling agent (for analytics; optional) | |
| user_consent_scope | No | What the user authorized this agent to do. Honored downstream. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| status | Yes | ||
| message | No | ||
| scanResult | No | ||
| nextActions | No | Ordered list of recommended next MCP tool calls. | |
| currentLevel | No | ||
| humanFollowupUrl | No | URL a calling agent can show its user for the human-rendered version of this tool's output. |