Skip to main content
Glama

ZeroEntropy Zerank MCP Server

by jbccc

get_reranking

Rerank documents by relevance to a search query using the ZeroEntropy Zerank API. Input a query, document array, and API key to optimize search results.

Instructions

Get the reranked document listing

Input Schema

NameRequiredDescriptionDefault
api_keyYesAPI key for authentication
documentsYesArray of documents to rerank
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "API key for authentication", "minLength": 1, "type": "string" }, "documents": { "description": "Array of documents to rerank", "items": { "type": "string" }, "maxItems": 1000, "minItems": 1, "type": "array" }, "query": { "description": "The search query", "maxLength": 10000, "minLength": 1, "type": "string" } }, "required": [ "query", "documents", "api_key" ], "type": "object" }
Install Server

Other Tools from ZeroEntropy Zerank MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbccc/zeroentropy-zerank-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server