action meilisearch_create_index_with_primary_key { label: "Create index with primary key" description: "Create index with primary key" provider: meilisearch method: POST path: "/indexes" encoding: json input: { type: "object" properties: { primaryKey: { type: "string" } uid: { type: "string" } } } output: { type: "object" additionalProperties: true } }