{"name":"lithtrix_commons_read","title":"Lithtrix Commons read","description":"List paginated opt-in shared memory from Lithtrix Commons (`GET /v1/commons/entries`). Requires ``LITHTRIX_API_KEY`` as Bearer. **No credit debit** for commons reads; per-minute rate limits apply (see `GET /v1/capabilities`). Response mirrors the API: entries, pagination, `usage`, and `_lithtrix` envelope fields.","inputSchema":{"type":"object","properties":{"page":{"type":"integer","minimum":1,"default":1,"description":"Page number (1-based)"},"per_page":{"type":"integer","minimum":1,"maximum":100,"default":20,"description":"Page size (max 100)"}}}}