Skip to main content
Glama
baonpNexle

AI_SYNC MCP Server

by baonpNexle

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
findAllStores

Find all stores under a merchantID class Args: merchantID: string

findStore

Search for relevant stores under a merchant using a natural language query.

Args: merchantID: The merchant class to search under (e.g., "Tnc"). queryText: A natural language description of the desired product or store.
addNewStore

Add a new store to the merchant's database.

Args: merchantID: The merchant to which the store belongs (e.g., "tnc"). name: Full name of the store. keywords: List of keywords describing the store. fullOriginContent: Full description of the store. fullTextSearch: Preprocessed text for search indexing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/baonpNexle/MCP_AI_SYNC'

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