elangdell_book
Pack: cali-elangdell · Endpoint: https://gateway.pipeworx.io/cali-elangdell/mcp
One CALI eLangdell title in full: authors, description, topics, the PDF / EPUB / Word download links on cali.org, and the exact Creative Commons licence and suggested attribution read from the book’s own front matter. Takes the slug from elangdell_titles or elangdell_search (e.g. “tort-law-21st-century-approach”). Free (0 credits).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | yes | The title’s slug as listed by elangdell_titles, e.g. “sources-american-law-introduction-legal-research”. A cali.org/books/… URL is accepted too. |
Example call
Arguments
{
"slug": "sources-american-law-introduction-legal-research"
}
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_book","arguments":{"slug":"sources-american-law-introduction-legal-research"}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('elangdell_book', {
"slug": "sources-american-law-introduction-legal-research"
});
More examples
{
"slug": "tort-law-21st-century-approach"
}
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.