Skip to main content
Glama

content-core

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROMPT_PATHNoPath to your custom prompts directory
GOOGLE_API_KEYNoYour Google API key for some services
OPENAI_API_KEYNoYour OpenAI API key for AI features
CCORE_URL_ENGINENoForce URL engine (auto, simple, firecrawl, jina)auto
CCORE_DOCUMENT_ENGINENoForce document engine (auto, simple, docling)auto

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_content

Extract content from a URL or file using Content Core's auto engine.

Args: url: Optional URL to extract content from file_path: Optional file path to extract content from

Returns: JSON object containing extracted content and metadata

Raises: ValueError: If neither or both url and file_path are provided

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/lfnovo/content-core'

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