Get site configuration
get_siteRetrieve a site's full configuration and WordPress details, including version, timezone, and permalink structure, with secrets redacted.
Instructions
Get the full configuration for one site (secrets redacted), plus what the WordPress install reports about itself: name, description, timezone, WordPress version, permalink shape, and which optional wpxmcp capabilities are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | Which configured WordPress site to act on. Optional — with a single site configured it is used automatically; with several, the default site is used unless you name one. Run list_sites for valid ids. | |
| include_remote | No | Also query the site itself. Set false for a purely local, offline answer. |