# Use National Digital with your agent.

[National Digital](https://nationaldigital.com.au/) (`nationaldigital.com.au`) registers 11 WebMCP tools. National Digital lists 11 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/nationaldigital.com.au) listing for `nationaldigital.com.au`, last live-checked by the registry at 2026-09-22T09:45:08.730Z. Run `ghostget webmcp sites.get --input '{"domain":"nationaldigital.com.au"}' --json` for the current schema; the listing can drift between checks.

## Use National Digital 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":"nationaldigital.com.au"}' --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

National Digital publishes 11 tools on nationaldigital.com.au; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `apply_for_this_role` | Fill in the application form on the job posting the person is looking at. An application, not an enquiry - it goes to the hiring inbox, not to sales. Filled and left for them to read and send; never submit an application on someone's behalf | Listed for discovery; the registry allows read-only calls only |
| `estimate_project` | Estimate the cost range for a specific software project. Uses the same calculation as the estimator on the website, so the answer matches what a person would be shown. | Listed for discovery; the registry allows read-only calls only |
| `fill_enquiry_form` | Fill the enquiry form the person is looking at, without sending it. They read what you wrote and press send. Use this when they are on the page; use submit_enquiry when they have asked you to make contact for them and are not watching. | Listed for discovery; the registry allows read-only calls only |
| `get_pricing_and_services` | What National Digital builds and supports, and what each kind of project typically costs, in AUD. Includes the Product Support retainer for ongoing engineering on production platforms, including platforms built by other teams. Ranges are in | Listed for discovery; the registry allows read-only calls only |
| `lookup_context` | Report the page currently open, its title, the path to its Markdown twin, and any text the person has selected. Use this before answering a question about 'this page' so the answer is about the page they are actually looking at. | Listed for discovery; the registry allows read-only calls only |
| `lookup_page` | Read a page's full text as Markdown, given its site path or the textUrl from a search result. Returns the same words a person reads, without navigation, markup or boilerplate. | Listed for discovery; the registry allows read-only calls only |
| `navigate_to_page` | Navigate the current tab to a page on this site. Same-origin paths only. Changes what the person is looking at, so confirm it is what they asked for before calling it. | Listed for discovery; the registry allows read-only calls only |
| `request_build_vs_buy_guide` | Fill in the footer form that emails National Digital's build-versus-buy guide - when a custom booking system pays for itself against off-the-shelf. Takes a work email and does not send it: the person presses the button. This is a guide requ | Listed for discovery; the registry allows read-only calls only |
| `search_content` | Search National Digital's website for content matching a topic or keyword. Returns matching pages with title, URL, a text excerpt, and a textUrl pointing to a clean Markdown version of the page - read that with lookup_page. | Listed for discovery; the registry allows read-only calls only |
| `search_this_site` | Search National Digital's website and open the results page in the current tab. Changes what the person is looking at. Prefer search_content when you want the results as data rather than on screen. | Listed for discovery; the registry allows read-only calls only |
| `submit_enquiry` | Send an enquiry to National Digital on behalf of the person you are helping. Only use this when they have asked you to make contact. A human replies within one business day. | 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 National Digital changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on nationaldigital.com.au, browse the site itself or check back when the registry lists more tools.
