elangdell_titles
Pack: cali-elangdell · Endpoint: https://gateway.pipeworx.io/cali-elangdell/mcp
List the free CALI eLangdell Press law-school casebooks and course materials (torts, contracts, constitutional law, evidence, civil procedure, tax, legal research, property, criminal law …) with authors, topics, and the Creative Commons licence stated in each book. Filter by topic word or by licence id. Answers “what free open casebooks exist for evidence” and “which eLangdell titles are BY-SA”. Free (0 credits); every row carries its licence.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
topic | string | no | Optional topic word to filter on, matched against CALI’s topic tags and the title, e.g. “torts”, “evidence”, “tax”, “contracts”. |
license | string | no | Optional licence id to filter on, e.g. “CC-BY-NC-SA-4.0” or “CC-BY-SA-4.0”; a prefix like “CC-BY-SA” also works. |
limit | number | no | Maximum titles to return (default 100). |
Example call
Arguments
{}
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_titles","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('elangdell_titles', {});
More examples
{
"topic": "torts"
}
{
"license": "CC-BY-SA"
}
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.