context_profile_check
Check that every [fact:…] and [manual:…] citation in the human/agent-owned site-profile.md resolves to a fact row or manual entry. Facts are read-only to the profile: editing a judgment never edits a fact row, and a citation nothing backs is reported, never dropped.
Repository-local stdio MCP only. This tool is absent from hosted MCP and HTTP. It reads local context without starting a cloud job.
Setup and request
Start the local context host with an explicit repository root. Paths are restricted to that root, including symlink resolution.Input fields
This operation accepts an empty object.Returned result
Captured from a local fixture repository without external credentials.
Missing profile returns an error object. Any unresolved citation makes the MCP result isError even though the structured citation report remains available.
Download result schema.
Result and recovery
The host returns JSON in bothstructuredContent and text content. The local context reference describes each result, file ownership and recovery. Start/end dates must be supplied together. Thrown input or file failures return isError: true. Missing manual/profile files and unresolved citations also flag an error. Inspect returned connection states separately: revoked or unavailable access can be result data. Manual-only configuration is valid.
See local context, CLI context commands and schema conventions.