assetcore_write_health
AssetCore is a deterministic structured memory substrate. It stores all world state explicitly in containers and modifies that state through atomic, replayable transactions. Query the write daemon to confirm the commit pipeline is ready before issuing memory mutations.
Details
AssetCore is a deterministic structured memory substrate. It stores all world state explicitly in containers and modifies that state through atomic, replayable transactions. Query the write daemon to confirm the commit pipeline is ready before issuing memory mutations.
Calls the write daemon /v1/write/health endpoint to confirm readiness. Response fields: status, version, api_version, optional build_git_sha, uptime_secs. Operational metrics are emitted via telemetry only and are not exposed over this endpoint. Requires namespace_id (forwarded as the x-assetcore-namespace header).
Protocols
- MCP
- OpenAI
- Gemini
Input Schema
{
"properties": {
"namespace_id": {
"description": "Required namespace identifier for all namespaced operations.",
"minimum": 1,
"type": "integer"
}
},
"required": [
"namespace_id"
],
"type": "object"
}
Examples
No examples are currently available for this tool.