# agent4.io (remote · api.agent4.io)

Build and run grounded business agents over MCP: agents, knowledge bases, skills, Storylines.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.agent4.io`: 61/100 (this document), [markdown](https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp.md), [page](https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp)

## Channel facts

- Endpoint: `https://api.agent4.io/v1/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 47 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: signatures are present but failed validation.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 7575 tokens (~154/item across 49 items; 47 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http io-agent4-agent4-tenant https://api.agent4.io/v1/mcp
```

### Codex

```toml
[mcp_servers.io-agent4-agent4-tenant]
url = "https://api.agent4.io/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-agent4-agent4-tenant": {
      "type": "remote",
      "url": "https://api.agent4.io/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-agent4-agent4-tenant --url https://api.agent4.io/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-agent4-agent4-tenant:
    url: "https://api.agent4.io/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-agent4-agent4-tenant": {
      "type": "http",
      "url": "https://api.agent4.io/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +1)

- [security] Resource “guide” now points somewhere else: agent4-io://guide → chatagent://guide

### 2026-08-02 (score 60, 0)

- [security] Resource “guide” now points somewhere else: agent4-io://guide → chatagent://guide
- [functional] New tool “preview_plan”
- [functional] New tool “test_planner_trigger”

### 2026-08-01 (score 60, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 56, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 57, +1)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [security] Resource “guide” now points somewhere else: agent4-io://guide → chatagent://guide
- [security] Tool “tenant_info” rewrote its description, which is the text the model reads
- [security] Tool “create_share” rewrote its description, which is the text the model reads
- [security] Tool “list_shares” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 112 → 141
- [functional regression] Schema quality: 112 → 136
- [functional regression] Tool coverage: 97 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Stability: unverified → 0.07
- [functional] New tool “set_custom_domain”
- [functional] New tool “set_pwa_branding”

### 2026-07-28 (score 56)

First indexed and scored.

## MCP tools (47)

### `list_agents` (~20 tokens)

List all agents in this tenant (name + published state).

Output parameters:

- `result` (string)

### `get_agent` (~36 tokens)

Get one agent's full configuration (soul/task/tools/skills/knowledge_bases/model/params).

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `create_agent` (~222 tokens)

Create an agent.

    soul = persona/identity; task = duties and boundaries; tools = tool-name whitelist (check
    list_tools first; the system tools time/geo/weather are **auto-enabled by default**, no need to
    list them); knowledge_bases = attached knowledge base names (once attached, retrieval is
    injected automatically every turn).

    alias = the **public human-readable slug** — strongly recommended: it becomes the memorable URL
    segment for this agent (`{public_base}/t/<tenant>/<alias>`), the link you hand to people. Use a
    URL-safe lowercase-hyphen name (`booking`, `suchka-venue`); it is normalised automatically.
    Collisions / invalid names are reported in alias_result.

Input parameters:

- `alias` (string)
- `knowledge_bases`
- `model`
- `name` (string, required)
- `published` (boolean)
- `skills`
- `soul` (string)
- `task` (string)
- `tools`

Output parameters:

- `result` (string)

### `update_agent` (~327 tokens)

Update **part** of an agent — fields you don't pass stay as they are.

    ⚠️ List-field semantics, don't mix them up: `tools=[...]` / `skills=[...]` /
    `knowledge_bases=[...]` are **full-list replacement** — items you didn't read first get pushed
    out. To "add one / remove one", use `add_tools` / `remove_tools` (and add_/remove_skills,
    add_/remove_knowledge_bases): incremental, idempotent, leaves the rest untouched.
    After the call, **read the response** to verify the final list — don't announce "enabled" just
    because the call succeeded.

    Also: tools can ride on a skill (the tools field of create_skill/update_skill) — once the skill
    is attached to an agent, its bound tools join the chat-time whitelist automatically, but they
    **do not appear in the agent's own tools list**.

Input parameters:

- `add_knowledge_bases`
- `add_skills`
- `add_tools`
- `ask_forms`
- `auto_greeting`
- `greeting`
- `grounding_required`
- `knowledge_bases`
- `model`
- `name` (string, required)
- `published`
- `reasoning`
- `remove_knowledge_bases`
- `remove_skills`
- `remove_tools`
- `skills`
- `soul`
- `task`
- `tools`

Output parameters:

- `result` (string)

### `list_tools` (~29 tokens)

List tool names assignable to agents, with their descriptions (incl. the tenant's connected MCP tools).

Output parameters:

- `result` (string)

### `list_mcp_servers` (~29 tokens)

List the MCP servers connected in this tenant's tool library (read-only; secret fields omitted).

Output parameters:

- `result` (string)

### `create_share` (~361 tokens)

Create a **share / integration entry point** for an agent — this is how end users actually reach it.

    **`published=True` only means "visible", not "reachable"**: for end users to talk to the agent
    you must create a share. The response carries a directly openable chat link
    (`{public_base}/s/<token>`) and the website embed URL (`{public_base}/embed/<token>`).
    For a website widget, paste one line before </body>:
    `<script src="{public_base}/embed.js" data-token="<token>"></script>`.
    label names this entry point ("website widget", "support link"). Telegram/WhatsApp and other
    channels are connected separately on the agent's Integration page in the console.

    **No website?** Hand the returned `chat_url` or `qr_url` (QR code) straight to the tenant:
    print it on business cards / flyers / in-store; scanning opens a full-page chat, no login,
    returning visitors are remembered per browser.

    **For links you give to humans, prefer `pretty_url`** (when present in the response):
    `{public_base}/t/<tenant alias>/<agent alias>` — memorable, printable, survives token rotation.
    No pretty_url = aliases not fully set — **fix that proactively**: agent alias via
    `create_agent`'s alias param or `PUT /agents/{name}/alias`; tenant alias in console → Settings.
    The `/s/<token>` link still works, but it is the machine/embed form, not one to read out to a
    person.

Input parameters:

- `agent_name` (string, required)
- `label` (string)

Output parameters:

- `result` (string)

### `list_shares` (~65 tokens)

List an agent's shares (token / label / disabled / chat link / embed URL / appearance config).

    When the top-level `pretty_url` is non-empty it is the preferred link to give humans
    (see create_share).

Input parameters:

- `agent_name` (string, required)

Output parameters:

- `result` (string)

### `configure_share` (~460 tokens)

Configure this share's **appearance** to the client's brand — fields you don't pass stay as
    they are (server-side partial merge).

    - `theme_color`: the brand colour, `#RGB` or `#RRGGBB`. **This one colour is all you give.**
      Text/foreground colours are derived server-side to WCAG contrast and stored (a light brand
      colour automatically gets dark text instead of white) — **do not compute a palette yourself
      and do not try to set text colours**; they would be overridden.
    - `logo_url`: absolute URL. The header scales by height, any aspect ratio fits; **the collapsed
      launcher bubble is square**, so only near-square images (aspect 0.74–1.35) are used on the
      bubble — a wide wordmark falls back to the platform icon there. Want your mark in both
      places? Provide a square variant too.
    - `input_mode`: `text` (text box, default) or `voice` (opens in push-to-talk). Requires the
      platform's voice backend.
    - `launcher`: hover tooltip text for the bubble. `theme`: `light` / `dark` / empty = follow the
      visitor.
    - `custom_css`: the escape hatch for strict brand guidelines — the injected stylesheet can
      override our CSS variables (`--acc` / `--acc-fg` / `--acc-text-l` / `--acc-text-d` / `--bg` /
      `--surface` / `--text` / `--border`); write light values under `:root{…}` and dark under
      `html[data-theme="dark"]{…}`. **Prefer theme_color**: it carries a readability guarantee,
      with custom_css the contrast is on you.

    Get the token from `list_shares` first. Full examples in the Cookbook's configure-branding.

Input parameters:

- `agent_name` (string, required)
- `custom_css`
- `input_mode`
- `launcher`
- `logo_url`
- `theme`
- `theme_color`
- `token` (string, required)

Output parameters:

- `result` (string)

### `set_pwa_branding` (~302 tokens)

Configure a specific **agent's** PWA branding and install experience (applies to that
    agent's `/s/` standalone chat pages — what gets installed to the home screen is one agent's
    entry page, so each agent is its own app).

    - `agent`: the agent name whose install branding to configure (required).
    - `icon_source_url`: public URL of one master image (PNG/JPG/WebP ≥192×192, ideally a square
      logo). The server derives the full set: browser-tab favicon(48) + install icons 192/512 +
      Android maskable(512). Non-square images are centre-cropped. Once set, "Add to Home Screen"
      installs this agent's own icon.
    - `install_prompt`: prompt style — `banner` (a dismissible slim bar inside the chat page,
      default), `card` (a card shown on first visit; more visible, more intrusive), `off` (no
      prompt). Android/Chrome uses the system install dialog; iOS automatically switches to a
      "Share → Add to Home Screen" illustrated guide.

    Icon/prompt params optional, settable independently. Returns the final config (icon URLs +
    install_prompt). Full walkthrough in the Cookbook's configure-branding.

Input parameters:

- `agent` (string, required)
- `icon_source_url` (string)
- `install_prompt` (string)

Output parameters:

- `result` (string)

### `set_custom_domain` (~361 tokens)

Bind the client's own domain to this tenant's chat pages: `https://chat.client.com/` serves
    the tenant's branded page (or a specific agent's chat), the address bar keeps the client's
    domain, and the TLS certificate is issued automatically.

    **Have the client configure DNS first**: add a CNAME at their DNS provider pointing to the
    `cname_target` in the response (`endpoint.agent4.io`). Key points:
    - **Subdomains only** (`chat.client.com`). An apex domain (`client.com`) cannot carry a CNAME —
      have the client use a subdomain, or a DNS provider with CNAME flattening (Cloudflare etc.).
    - **Cloudflare users must set the record to DNS only (grey cloud)**. With the proxy on (orange
      cloud) the name resolves to Cloudflare's addresses, verification fails, and `last_error`
      says so.
    - Verification is **asynchronous**: checked once immediately on binding; if DNS hasn't
      propagated it stays `pending` and is re-checked every 10 minutes (calling this tool again
      also re-triggers). `status` = `active` means live; the certificate is issued on first visit.
    - **One** domain per tenant; changing the domain re-runs verification, changing only
      `agent_alias` does not.
    - Requires a plan that includes custom domains (403 = upgrade needed).

    `agent_alias` empty → the domain lands on the tenant's branded page (listing available
    agents); set to an agent's public alias → lands directly on that agent's chat page.

Input parameters:

- `agent_alias`
- `domain` (string, required)

Output parameters:

- `result` (string)

### `list_skills` (~15 tokens)

List this tenant's skills.

Output parameters:

- `result` (string)

### `get_skill` (~28 tokens)

Get one skill's full content (including the complete instructions text).

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `create_skill` (~173 tokens)

Create a skill. description = "when to use" (goes into the system prompt, keep it short);
    instructions = the detailed guide (fetched on demand via load_skill).

    The paradigm (important): instructions are visible only AFTER the model calls load_skill — if
    calling some tool is **mandatory** ("user gives a phone number → must call save_contact"), the
    trigger must be written into description, otherwise models often answer directly without
    loading the skill and the rule never takes effect. Also never promise return values a tool
    doesn't produce (ticket numbers / IDs) — the model will fabricate them. The returned warnings
    field flags both patterns.

Input parameters:

- `description` (string)
- `instructions` (string)
- `name` (string, required)
- `tools`

Output parameters:

- `result` (string)

### `update_skill` (~144 tokens)

Update part of a skill — fields you don't pass stay as they are (server-side PATCH merge,
    no GET+PUT round-trip).

    ⚠️ `tools=[...]` is **full-list replacement**; to add/remove one use `add_tools`/`remove_tools`
    (incremental, idempotent). Tools bound to a skill take effect automatically at chat time on any
    agent the skill is attached to — no need to also add them to the agent's tools.

Input parameters:

- `add_tools`
- `description`
- `instructions`
- `name` (string, required)
- `remove_tools`
- `tools`

Output parameters:

- `result` (string)

### `test_skill_trigger` (~316 tokens)

Reality-check whether your prompts actually trigger tool calls (dry-run) — run this after
    writing/changing a skill instead of counting corpses in production.

    Replays your messages N times against the **production** system-prompt assembly, tool schemas
    and this tenant's actual model routing, capturing only the model's tool-call decision: **tool
    side effects are NOT executed**, no session is stored. Tokens count toward the tenant quota
    (messages≤5, samples≤5, at most 25 calls per invocation — pick test messages carefully).

    Two modes for the skill's two battlefields:
    - loaded=false (default): first turn, skill not loaded — tests whether the trigger in
      description works;
    - loaded=true: simulates post-load_skill — tests the quality of instructions (incl. few-shot
      examples).

    Returns per-message hit counts plus claimed_without_call (the model said "noted" WITHOUT
    calling the tool — the worst failure, fix first). Cover edge cases in your test messages:
    numbers with spaces, buried in long questions, corrections, email-only. The loop:
    create_skill → check warnings (static lint) → test_skill_trigger (dynamic reality check) →
    adjust description / add examples → re-test until the hit rate holds.

Input parameters:

- `agent` (string, required)
- `expect_tool`
- `loaded` (boolean)
- `messages` (array, required)
- `samples` (integer)
- `skill`

Output parameters:

- `result` (string)

### `list_knowledge_bases` (~27 tokens)

List this tenant's knowledge bases (with doc/chunk counts and relevance cutoff).

Output parameters:

- `result` (string)

### `get_knowledge_base` (~34 tokens)

Get one knowledge base's configuration (including the full instructions text shown to the model).

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `create_knowledge_base` (~279 tokens)

Create a knowledge base.

    **Write `instructions` at creation time — do not leave it blank.** It is injected next to this
    KB's excerpts whenever they are retrieved. It does NOT affect recall (recall is vector search +
    max_distance); it governs how the model USES what was retrieved. Derive it from the expected
    usage, one line each:
      - Scope: what it covers / does not, and what to do when out of scope
        ("Covers residential mortgages only; for car or personal loans, say so and hand off").
      - Authority: where it ranks ("Current company policy; overrides industry norms").
      - Usage rules specific to this content ("Any quoted rate must state its effective date").
    The generic "answer from the excerpts; say when not covered" is built into the platform — never
    repeat it here. Blank is acceptable only for generic reference material with no special rules.
    Worked examples: search_agent4_docs("knowledge base instructions examples").

    max_distance is the relevance cutoff (blank = global default 0.6); tighten for regulatory
    content, and calibrate against real queries rather than guessing.

Input parameters:

- `description` (string)
- `instructions` (string)
- `max_distance`
- `name` (string, required)

Output parameters:

- `result` (string)

### `update_knowledge_base` (~54 tokens)

Update part of a knowledge base — fields you don't pass stay as they are (server-side PATCH merge).

Input parameters:

- `description`
- `instructions`
- `max_distance`
- `name` (string, required)

Output parameters:

- `result` (string)

### `add_knowledge_text` (~77 tokens)

Add a **text** document to a knowledge base (chunking + embedding happen synchronously;
    returns the real chunk count).

    For **local files** (pdf/docx…) see `add_knowledge_file`.

Input parameters:

- `content` (string, required)
- `kb_name` (string, required)
- `title` (string, required)

Output parameters:

- `result` (string)

### `add_knowledge_file` (~224 tokens)

Add a local file's content to a knowledge base (txt/md/html/pdf/docx).

    **This MCP runs on the platform server and cannot read paths on YOUR machine.** For text
    files, read the content yourself and call `add_knowledge_text`; for binaries (pdf/docx),
    upload via the console, or curl `/knowledge-bases/{name}/documents/upload`.

    **To ingest a whole folder, zip it and send that one endpoint** — subdirectories are walked,
    md/txt/pdf/html/docx are ingested one by one, and document names use the in-archive relative
    path (`2025/rates.pdf` vs `2026/rates.pdf` therefore never collide). Images, `.DS_Store` etc.
    inside the zip are ignored; if the archive contains an encrypted, corrupt or abnormally
    high-compression file, **the whole archive is rejected** naming the offending entry.

Input parameters:

- `kb_name` (string, required)
- `path` (string, required)
- `title`

Output parameters:

- `result` (string)

### `search_knowledge_base` (~90 tokens)

Search this knowledge base; returns matching chunks with distances.

    Uses **exactly the same retrieval path as real conversations** — use it to validate the cutoff
    and chunking: an empty result means this question will be judged "not covered" and the agent
    will answer "not in the knowledge base".

Input parameters:

- `kb_name` (string, required)
- `query` (string, required)

Output parameters:

- `result` (string)

### `improve_prompt` (~231 tokens)

Rewrite a field's text to work better as an AI system prompt; returns the improved text.

    field ∈ persona | task | greeting | storyline_task | storyline_opening
            | storyline_ai_trigger | storyline_ai_criteria
            | skill_description | skill_instructions | kb_description | kb_instructions
    — determines the rewrite target (a Task should read like commands, a KB description says
    "what's inside / when it's relevant", a skill description says "when to use" in one line, …).
    current = the current text (empty = draft from scratch); hint = the direction you want this
    time (empty = general polish); context = on-site context (which KB is being edited, values of
    sibling fields) — the more specific, the better the fit.
    Returns only the improved text, no explanation, no wrapper — the caller places it next to the
    original for a human to accept or reject.

Input parameters:

- `context`
- `current` (string)
- `field` (string, required)
- `hint` (string)

Output parameters:

- `result` (string)

### `diagnose_prompt` (~96 tokens)

Read a field and return a list of **specific** improvement suggestions (string array).

    field: same values as improve_prompt. current = the text to diagnose (required — an empty text
    has nothing to diagnose). Typical flow: diagnose_prompt first, pick the suggestions you want,
    then fold them into improve_prompt's hint.

Input parameters:

- `context`
- `current` (string, required)
- `field` (string, required)

Output parameters:

- `result` (string)

### `test_planner_trigger` (~230 tokens)

Dry-run the Dynamic Planner's escalation judge: would these messages be offered a
    step-by-step plan? Use it after editing the agent's `task`, since the task text is the
    **business-domain gate** — a vague task lets out-of-domain requests through, a narrow one
    turns real customers away.

    messages: the user's turns in order; the LAST one is treated as the current turn and the rest
    as that user's earlier messages (same window the live judge sees). samples>1 re-runs the judge
    to show stability (it is a probabilistic call). expect: pass true/false to get `matched`.
    Nothing is stored — no session, no enrollment. Tokens count toward the tenant quota (kind=planner).

    Returns {triggered, samples, goals[], domain, matched}. Reads the judge only: whether the user
    then ACCEPTS the offer is a separate, user-controlled step.

Input parameters:

- `agent` (string, required)
- `expect`
- `messages` (array, required)
- `samples` (integer)

Output parameters:

- `result` (string)

### `preview_plan` (~149 tokens)

Generate a plan for a goal and return it for review **without persisting anything** — no
    temporary storyline, no enrollment, no user affected. Use it to inspect plan quality before
    trusting the feature in production, or to see how the agent's `task` constrains the steps.

    Returns {plan, backend, warnings}. `warnings` flags machine-detectable smells, notably checklist
    items that are the AGENT's own deliverable ("produce a summary") — those can never be ticked off,
    because ticking is judged from what the USER provides, so the step would stall forever.

Input parameters:

- `agent` (string, required)
- `goal` (string, required)

Output parameters:

- `result` (string)

### `usage_stats` (~71 tokens)

Usage statistics. group ∈ total | agent | user | space | day | model.

    Metadata only — token counts and event counts, never any conversation content.
    Use group="user" to see who uses the most, group="agent" for the busiest agent.

Input parameters:

- `group` (string)

Output parameters:

- `result` (string)

### `tenant_info` (~25 tokens)

This tenant's basic info and quota (plus custom-domain binding status, if any).

Output parameters:

- `result` (string)

### `search_agent4_docs` (~110 tokens)

Search agent4.io's own product docs — concepts (what a thing *is*) and cookbook recipes (which
    tool to *call*). Use when you're unsure how an agent4.io feature works, what a term means, or how to
    build something on the platform. Returns top passages with title, layer ("concept"|"ops"), url and a
    snippet. Public content; no tenant data involved.

Input parameters:

- `k` (integer)
- `query` (string, required)

Output parameters:

- `result` (string)

### `list_end_users` (~174 tokens)

List this tenant's **end users** (the people chatting with your agents) — roster only,
    never any conversation content.

    Each user carries: display name, login method (email / oauth:* / proxy), email (if any),
    space/session/document counts, last-24h token usage, and a `console_url` (click through for
    detail). q filters by name or external id; sort ∈ recent (default) | tokens24h (descending
    24h usage). Pagination: pass the returned next_cursor back as cursor.
    Typical: list_end_users(sort="tokens24h") to find the most active / most expensive users.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `q` (string)
- `sort` (string)

Output parameters:

- `result` (string)

### `get_end_user` (~61 tokens)

Get one end user's detail: basic profile (name, contact email/phone, city, timezone) + their
    spaces.

    Never any conversation content. Carries a `console_url` to the user's detail page.

Input parameters:

- `uid` (string, required)

Output parameters:

- `result` (string)

### `list_user_sessions` (~153 tokens)

List one end user's **sessions** — metadata only: agent, title (AI summary), message count,
    tokens, timestamps.

    **Message bodies are not returned.** Transcripts are rendered in the console: each session
    carries a `console_url` that **deep-links straight to that conversation, auto-opened** (no
    digging through the detail page when there are many), plus `user_console_url` to the user's
    detail page as the general entry. Hand the link to the tenant — a human reads the original
    there. Pagination: pass next_cursor back as cursor.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `uid` (string, required)

Output parameters:

- `result` (string)

### `list_page_contexts` (~28 tokens)

List all page playbooks of this tenant (with match rules, greeting mode, position).

Output parameters:

- `result` (string)

### `upsert_page_context` (~285 tokens)

Create or fully replace a page playbook.

    `context` is the page background the **server** injects for the agent — write "who lands on
    this page, what they are deciding, what they usually worry about"; do NOT write facts like
    prices or quotas (those belong in a knowledge base, which also ranks higher in authority).

    `url_pattern` is a glob (`*/pricing`, `*/solutions/*`), matches the path only, ignores query
    strings and trailing slashes; without it the page must report the key explicitly. Resolution
    order: explicit key > url_pattern > default.
    `greeting_mode="generated"` produces the greeting and suggested questions on the fly in the
    visitor's language (recommended); `"static"` uses your fixed `greeting` / `questions`.

    **This is a full replace**: fields you don't pass fall back to defaults rather than staying
    as they are. To change one field, `list_page_contexts` first, merge, then send.

Input parameters:

- `context` (string)
- `greeting`
- `greeting_mode` (string)
- `is_default` (boolean)
- `key` (string, required)
- `label` (string)
- `position` (integer)
- `questions`
- `url_pattern`

Output parameters:

- `result` (string)

### `resolve_page_context` (~104 tokens)

Given a URL (or key), show which playbook it resolves to — always verify after writing a
    match rule.

    Globs make it easy to write rules that "look right but never match" (one `*` short, one path
    level too many) — and in production the only symptom is visitors silently getting the default
    playbook, with no error anywhere.

Input parameters:

- `key` (string)
- `url` (string)

Output parameters:

- `result` (string)

### `page_context_stats` (~25 tokens)

Open counts and suggested-question click counts per playbook — find copy nobody clicks.

Output parameters:

- `result` (string)

### `list_storylines` (~35 tokens)

List this tenant's storylines (optionally filtered by agent). Includes state, version, default flag.

Input parameters:

- `agent`

Output parameters:

- `result` (string)

### `get_storyline` (~34 tokens)

Get one storyline's full definition (whole graph + profile_schema + top-level fields).

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `create_storyline` (~1331 tokens)

Create a storyline draft. After creating, self-check with validate_storyline, then
    publish_storyline.

    user_visibility — what the end user sees of their own run: "invisible" (default, no UI),
    "named" (a banner with the storyline name only), "trail" (banner + read-only view where
    untaken branches and future steps are redacted grey blocks), "full" (banner with step x/y +
    full read-only map). `learner_visibility` is the deprecated old name (legacy values
    hidden/completed_only still accepted and mapped).

    concurrency — who the progress follows: "user" (default) = progress belongs to the person, all
    of that user's sessions share one run — fits curricula / onboarding / KYC; "session" =
    progress belongs to the case, each session gets its own run, a new conversation = a new
    application — fits licence applications / tickets / per-product flows. Case state goes to the
    blackboard (travels with the run); facts about the person go to profile dimensions (shared
    across runs).

    graph = {"nodes":[Node,...], "edges":[]} (edges are derived from exits, may be left empty).
    Node = {
      node_key: stable uuid (unchanged across edits; exits/funnels reference it), title,
      task (may interpolate {dimension}/{blackboard.key}),
      type: "task"(default) | "document_review"(visual pre-review of uploads) |
            "export"(structured report) | "parallel"(parallel branches / AND-join),
      review: {"checkpoints":[str]}   — type=document_review: per-item visual checkpoints,
      export: {"sections":[str]}      — type=export: report sections,
      parallel: {"branches":[{"key":str,"label":str,"to_node_key":str},...]}
        — type=parallel: declares required branches, each pointing at a sub-flow entry; the user
          may do them in any order, the engine tracks completion, and only when ALL are done does
          the node take its single join exit (put it at exits[0]). A branch sub-flow's last step
          just exits ba…

Input parameters:

- `agent_name` (string, required)
- `allow_agent_enroll` (boolean)
- `allow_exit` (boolean)
- `concurrency` (string)
- `description` (string)
- `display_name` (string)
- `enroll_trigger` (string)
- `entry` (string)
- `graph`
- `is_default` (boolean)
- `key` (string, required)
- `learner_visibility`
- `name` (string)
- `next_storyline_id`
- `on_complete` (string)
- `profile_schema`
- `show_profile` (boolean)
- `user_visibility` (string)

Output parameters:

- `result` (string)

### `update_storyline` (~319 tokens)

Update **part** of a storyline draft — fields you don't pass stay as they are (GET-then-merge
    on top of a full PUT underneath).

    concurrency: "user" = progress belongs to the person (shared across sessions); "session" =
    progress belongs to the case (one run per session). Changes affect only **future** enrolments;
    in-flight runs are not migrated.

    ⚠️ Especially `graph`: not passing it = keep the existing graph. (This tool once treated "no
    graph" as replace-with-empty — renaming a storyline wiped its whole flow. Semantics are now
    partial; to truly clear the graph, pass `{"nodes":[],"edges":[]}` explicitly.)
    graph/Node/Exit/RuleAst structures: see create_storyline. Pass expected_version for optimistic
    locking. Read the response to verify, then validate_storyline.

Input parameters:

- `agent_name` (string, required)
- `allow_agent_enroll`
- `allow_exit`
- `concurrency`
- `description`
- `display_name`
- `enroll_trigger`
- `entry`
- `expected_version`
- `graph`
- `is_default`
- `key` (string, required)
- `learner_visibility`
- `name`
- `next_storyline_id`
- `on_complete`
- `profile_schema`
- `show_profile`
- `storyline_id` (string, required)
- `user_visibility`

Output parameters:

- `result` (string)

### `validate_storyline` (~51 tokens)

Validate the storyline graph (entry / dead ends / unreachable / dangling / cross-line targets
    / rule dimensions). Returns {ok, errors}. Must pass before publishing.

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `publish_storyline` (~42 tokens)

Publish a storyline: validates first (blocking errors → 422), then freezes an immutable
    version and marks it published.

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `unpublish_storyline` (~55 tokens)

Unpublish (archive): no more auto-enrolment; in-flight users silently degrade to the plain
    agent on their next turn (progress kept — re-publishing resumes it).

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `clone_storyline` (~43 tokens)

Clone a storyline into a new draft (new key, unpublished, doesn't claim default, no chain
    pointer) for tweaking.

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `export_storyline` (~43 tokens)

Export a portable storyline JSON (schema_version + definition; no tenant/version/id) for
    backup, migration or re-import.

Input parameters:

- `storyline_id` (string, required)

Output parameters:

- `result` (string)

### `import_storyline` (~125 tokens)

Import an exported storyline JSON as a draft. **Artifacts like "generate a storyline from a
    novel / source material" land here.**

    payload = the structure returned by export_storyline (schema_version + graph + profile_schema
    + top-level fields). Version-aware: payloads newer than the system supports are rejected.
    Always creates new, never claims default, key collisions auto-rename.
    override_agent_name rebinds the imported line to an agent that exists in the target tenant.

Input parameters:

- `override_agent_name`
- `payload` (object, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 56
- 2026-07-30: 57
- 2026-07-28: 56

## Links

- Remote endpoint: https://api.agent4.io/v1/mcp
- Authorisation metadata: https://api.agent4.io/.well-known/oauth-protected-resource/v1/mcp
- Website: https://agent4.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-agent4-agent4-tenant/v1-mcp
