Mixedbread

Tools

The Mixedbread MCP server provides a comprehensive set of tools for store management and search.

Tool Categories

Search Operations

Search for relevant document chunks within stores.

Parameters:

ParameterTypeRequiredDefaultDescription
querystringYes-The search query text
store_identifiersstring[]Yes-Array of store IDs or names to search in
top_knumberNo5Number of top results to return (max: 100)
filtersobjectNo-Custom filters to apply to the search
file_idsstring[]No-Specific file IDs to search within
search_optionsobjectNo-Additional search configuration options

Search for relevant files stored in stores.

Parameters:

ParameterTypeRequiredDefaultDescription
querystringYes-The search query text
store_identifiersstring[]Yes-Array of store IDs or names
top_knumberNo5Number of top files to return
filtersobjectNo-Custom filters to apply
file_idsstring[]No-Specific file IDs to search within
search_optionsobjectNo-Advanced search options

Store Management

Store Create

Create a new store with specified name and optional description.

Parameters:

ParameterTypeRequiredDefaultDescription
namestringYes-Name of the store (must be unique)
descriptionstringNo-Optional description of the store's purpose

Store Retrieve

Get detailed information about a specific store.

Parameters:

ParameterTypeRequiredDefaultDescription
store_identifierstringYes-The identifier of the store

Store List

List all available stores with optional filtering and pagination.

Parameters:

ParameterTypeRequiredDefaultDescription
qstringNo-Search query for fuzzy matching over name and description fields
limitnumberNo20Maximum number of items to return per page (1-100)
afterstringNo-Cursor for forward pagination - get items after this position. Use last_cursor from previous response.
beforestringNo-Cursor for backward pagination - get items before this position. Use first_cursor from previous response.
include_totalbooleanNofalseWhether to include total count in response (expensive operation)

Store Delete

Delete an existing store and all its contents.

Parameters:

ParameterTypeRequiredDefaultDescription
store_identifierstringYes-The identifier of the store to delete

Warning: This action is irreversible. All files and chunks in the store will be permanently deleted.

Last updated: October 8, 2025