elangdell_search

Pack: cali-elangdell · Endpoint: https://gateway.pipeworx.io/cali-elangdell/mcp

Search the CALI eLangdell open casebook catalogue by words in a title, an author name or the description (e.g. “Witt torts”, “income tax individuals”, “legal research”). Returns matching titles with authors, licence and URL; pass a slug to elangdell_book for downloads. Free (0 credits).

Parameters

NameTypeRequiredDescription
querystringyesWords to match in title, authors or description.
limitnumbernoMaximum titles to return (default 20).

Example call

Arguments

{
  "query": "income tax individuals"
}

curl

curl -X POST https://gateway.pipeworx.io/cali-elangdell/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"elangdell_search","arguments":{"query":"income tax individuals"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('elangdell_search', {
  "query": "income tax individuals"
});

More examples

{
  "query": "Witt"
}

Connect

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

{
  "mcpServers": {
    "cali-elangdell": {
      "url": "https://gateway.pipeworx.io/cali-elangdell/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 14, 2026