action meilisearch_get_documents { label: "Get documents" description: "Get documents" provider: meilisearch method: GET path: "/indexes/books/documents" encoding: json input: { type: "object" properties: { fields: { type: "string" } limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }