WebMCP Registry

lawGetNode

verifiedv0.1

Live tool: law.get_node. Fetch the full text, citation, and hierarchy of a single legal provision by its node id (a UUID returned by law.search).

Updated 9/3/2026 · Created 9/3/2026

Input Schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Node UUID, as returned in law.search results."
    }
  }
}

Full Contract

{
  "name": "lawGetNode",
  "description": "Live tool: law.get_node. Fetch the full text, citation, and hierarchy of a single legal provision by its node id (a UUID returned by law.search).",
  "inputSchema": {
    "type": "object",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "description": "Node UUID, as returned in law.search results."
      }
    }
  }
}

GET /api/tool/corpuslaw.us/lawGetNode