Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRODUCT_FRUITS_API_TOKENYesYour Product Fruits API token

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
list_articlesA

List all knowledge base articles. Optionally filter by category correlation ID.

import_articlesA

Import or update knowledge base articles (max 50 per request, up to 20 languages each). Each article requires 'correlationId' and 'contents'. Each content entry requires 'lang', 'title', and 'content'. Optional fields: 'format' (markdown|html), 'publishStatus' (published|draft), 'categoryCorrelationId', 'isPrivate', 'ignoreImportErrors'.

delete_articleB

Delete an entire article (all languages) by its correlation ID.

delete_article_languageA

Delete all content versions for a specific language from an article.

delete_article_content_versionC

Delete a specific content version from an article language.

list_categoriesA

Get all categories from the knowledge base.

get_categoryC

Retrieve a specific category by its correlation ID.

import_categoriesA

Import or update knowledge base categories. Creates if not found, updates if existing. Each category requires 'correlationId' and 'name'. Optional: 'parentCorrelationId', 'isPrivate', 'order'.

update_categoryC

Update an existing category by its correlation ID.

delete_categoryB

Delete a category by its correlation ID.

upload_imageA

Upload an image to use in knowledge base articles. Provide the image as a Base64-encoded string along with its MIME type (e.g. 'image/png') and filename (e.g. 'cover.png').

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/lucassampsouza/fruits-mcp'

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