# ForgemeshLibrary Language & Communication Shelf

> ForgemeshLibrary Language & Communication Shelf is a paid API for AI agents from library.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns a ranked list of up to 50 public-domain language and communication books (e.g. The Elements of Style, slang dictionaries) with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/language-communication
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemeshlibrary-language-communication-shelf-e18aa2df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lrGouenVx71la6DqRie2N

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability forgemeshlibrary-language-communication-shelf-e18aa2df -d '<json body>'
```

Example prompt: Show me up to 30 public-domain language and communication books from the ForgemeshLibrary shelf, including classics like The Elements of Style and any slang dictionaries.

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain language, grammar, and communication books without any authentication or licensing overhead. Prefer it over general web search when you want structured, drill-down-ready references to classic texts like The Elements of Style or regional language dictionaries.

## Known failure modes

- Limit parameter exceeds 50 — API may return an error or cap at maximum
- Payment failure due to x402 micropayment protocol misconfiguration
- No results returned if the shelf index is temporarily unavailable
- Invalid limit type (non-integer) may cause a validation error

## How this service works

Curated shelf: Language & Communication — 422 public-domain books including Chambers's Twentieth Century Dictionary (part 1 of 4: A-D), Moby Multiple Language Lists of Common Words, The Comic English Grammar: A New And Facetious Introduction To The English Tongue. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain language and communication book entries, each including title, author, rank, and a drill-down route URL for full-text retrieval. Up to 50 books returned per call (default 20).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max books to return (default 20, max 50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "books": [
   {
    "year": null,
    "title": "Chambers's Twentieth Century Dictionary (part 1 of 4: A-D)",
    "author": "Unknown",
    "book_id": 37683,
    "subjects": [],
    "download_count": 20939
   }
  ],
  "count": 5,
  "shelf": "Language & Communication",
  "coverage": {
   "target": 61015,
   "indexed": 61015
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgemeshlibrary-language-communication-shelf-e18aa2df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.forgemesh.io](https://www.zero.xyz/host/library.forgemesh.io/llms.txt)
