# Use Act More Human with your agent.

[Act More Human](https://actmorehuman.com/) (`actmorehuman.com`) registers 9 WebMCP tools. Act More Human lists 9 tools but declares none as read-only today, so `tools.call` cannot invoke them yet. Ask `sites.get` for the live status before planning a call.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/actmorehuman.com) listing for `actmorehuman.com`, last live-checked by the registry at 2026-09-22T22:02:02.567Z. Run `ghostget webmcp sites.get --input '{"domain":"actmorehuman.com"}' --json` for the current schema; the listing can drift between checks.

## Use Act More Human with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"actmorehuman.com"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
# no read-only-callable tools listed today; sites.get shows the live status
```

## Registered WebMCP tools

Act More Human publishes 9 tools on actmorehuman.com; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `build_humanizer_prompt` | Build a custom voice prompt the visitor can paste into their AI assistant's custom instructions, from their stated preferences. Every field is optional and sensible defaults fill the rest, so pass only what the visitor actually asked for. C | Listed for discovery; the registry allows read-only calls only |
| `get_guide` | Fetch the full text of one guide by its slug, as returned by search_guides. Returns the guide's title, summary, body and URL. Use it after search_guides when you need the detail to answer accurately rather than the summary. Fails if no guid | Listed for discovery; the registry allows read-only calls only |
| `get_setup_steps` | Get the step-by-step instructions for applying a custom voice prompt to one AI assistant, optionally for a specific platform such as "Web & Desktop" or "iOS & Android". Returns numbered steps with any links, and a freshness block saying whe | Listed for discovery; the registry allows read-only calls only |
| `get_wizard_options` | List every option the voice-prompt builder accepts: communication styles, response lengths, personality traits, language styles, things to avoid, and punctuation preferences. Returns each question with its exact option ids and labels, and w | Listed for discovery; the registry allows read-only calls only |
| `list_assistants` | List the AI assistants this site has setup instructions for: ChatGPT, Claude, Gemini, Perplexity, Grok and Copilot. Returns each one's id, display name and which platforms have written steps. Pass compare with two or more ids to get them si | Listed for discovery; the registry allows read-only calls only |
| `list_products` | List what this site sells, with current prices: the Rollout Pack, the Voice Review, the Company Voice engagement and the one-to-one consultation. Only products currently on sale are returned, so the list may be short. Pass configuration to | Listed for discovery; the registry allows read-only calls only |
| `search_guides` | Search this site's guides about making AI-written text sound human: which tells give AI writing away, how to fix them, and how to set up each AI assistant. Returns matching guide titles, summaries and slugs, ranked by relevance, without the | Listed for discovery; the registry allows read-only calls only |
| `start_checkout` | Begin buying the Rollout Pack or the Voice Review. Creates a Stripe checkout session and returns its URL, where the visitor enters payment details and completes the purchase themselves. This tool never takes payment and never completes an o | Listed for discovery; the registry allows read-only calls only |
| `subscribe_to_updates` | Ask to receive email updates from Act More Human — either new guides on making AI writing sound human, or occasional notes about new products. Sends a confirmation email to the address given; the visitor must click the link in it before any | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Act More Human changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on actmorehuman.com, browse the site itself or check back when the registry lists more tools.
