Skip to main content

Embeddings

MCP tools for the Embeddings module. See the Embeddings module docs for permissions and data model.

create-embeddings

Create embeddings

Arguments

ArgumentTypeRequiredDescription
project_idstringnoProject the call's usage is billed to. Optional; a project-scoped credential supplies its own. Requires write access to the named project.
inputstringnoSingle text to embed.
inputsarray<string>noBatch of texts to embed. At most 256 per request — each input is one call to the embedding model, so a larger batch is refused (VALIDATION_FAILED) rather than queued. Split it across requests.