ri_general_law

Pack: rhode-island-code · Endpoint: https://gateway.pipeworx.io/rhode-island-code/mcp

Get the FULL TEXT of a section of the Rhode Island General Laws — Rhode Island state law — by citation. “R.I. Gen. Laws 11-23-1” is murder. Returns the statutory text. Keyless. Use for “what does Rhode Island General Laws 11-23-1 say” or to check an RI statute a case relies on.

Parameters

NameTypeRequiredDescription
sectionstringyesSection as cited, e.g. “11-23-1” (murder) or “31-27-2” (DUI). Title-chapter-section.

Example call

Arguments

{
  "section": "11-23-1"
}

curl

curl -X POST https://gateway.pipeworx.io/rhode-island-code/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ri_general_law","arguments":{"section":"11-23-1"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('ri_general_law', {
  "section": "11-23-1"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "rhode-island-code": {
      "url": "https://gateway.pipeworx.io/rhode-island-code/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 13, 2026