Skip to main content
Glama

Supavec MCP Server

by supavec

fetch-embeddings

Retrieve embeddings for a file using its ID and a specific query, enabling vector search and context extraction via the Supavec MCP Server.

Instructions

Fetch embeddings for a file by ID and query

Input Schema

NameRequiredDescriptionDefault
file_idYesID of the file to get embeddings for
queryYesQuery to search for in the file

Input Schema (JSON Schema)

{ "properties": { "file_id": { "description": "ID of the file to get embeddings for", "type": "string" }, "query": { "description": "Query to search for in the file", "type": "string" } }, "required": [ "file_id", "query" ], "type": "object" }

Other Tools from Supavec 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/supavec/mcp-server'

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