Skip to content

basic prompt gives back 400 error #87

@anasred

Description

@anasred

I made all the steps here and authenticate successfully

Image

Note: installed version is: algolia-mcp-darwin-arm64-v0.0.8

I gave it the below prompt and I got this back

"What is the email address associated with my Algolia account?"

✕ [API Error: [{ "error": { "code": 400, "message": "Request contains an invalid argument.",
  "errors": [ { "message": "Request contains an invalid argument.", "domain": "global",
  "reason": "badRequest" } ], "status": "INVALID_ARGUMENT" }}]This error was probably caused
  by cyclic schema references in one of the following tools, try disabling them with
  excludeTools: - searchSingleIndex (algolia-mcp MCP Server)]

I'm using gemini CLI and I have added Algolia MCP like this

{
  "mcpServers": {
    "algolia-mcp": {
      "command": "<USER>/mcps/algolia-mcp-darwin-arm64-v0.0.8"
    },
	...
}

What other properties I should define along with the command? can you refer to any documentation for those properties like app ID, index, ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions