Skip to main content
Glama
baobab-tech

Text Classification MCP Server (Model2Vec)

by baobab-tech

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
classify_textC

Classify text into predefined categories using static embeddings.

add_custom_categoryB

Add a new custom category for classification.

batch_add_custom_categoriesB

Add multiple custom categories for classification in a single operation.

list_categoriesA

List all available categories for classification.

Returns: JSON string with all categories and their descriptions

remove_categoriesB

Remove one or multiple categories from the classification system.

batch_classifyA

Classify multiple texts at once.

Prompts

Interactive templates invoked by user choice

NameDescription
classification_promptPrompt template for text classification.

Resources

Contextual data attached and managed by the client

NameDescription
get_categories_resourceResource that provides the list of available categories
get_model_infoResource that provides information about the loaded model

Latest Blog Posts

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/baobab-tech/mcp-text-classifier'

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