Skip to main content
Glama

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_glossarioA

Search philosophical terms in the glossary by keyword.

Args: query: Search term (e.g. 'eudaimonia', 'virtude', 'logos') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

get_glossarioA

Get the full definition of a glossary term by its slug.

Args: slug: URL slug of the term (e.g. 'eudaimonia', 'imperativo-categorico') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

listar_glossarioB

List all available glossary terms.

Args: lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

listar_sintesesA

List all philosophical period syntheses (Pre-Socratics through 20th century).

Args: lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

get_sinteseA

Get the full text of a period synthesis.

Args: slug: Slug or partial match (e.g. 'pre-socraticos', '01', 'medieval') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

listar_pensadoresA

List all philosopher/thinker profiles available.

Args: lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

buscar_pensadorA

Search thinker profiles by name or keyword.

Args: query: Search term (e.g. 'Sócrates', 'Kant', 'estoicismo') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

get_pensadorA

Get the full profile of a philosopher/thinker.

Args: slug: Slug or name (e.g. 'socrates', 'Kant', 'aristoteles') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

listar_artigosB

List all available articles.

Args: lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

get_artigoA

Get the full text of an article by slug.

Args: slug: URL slug of the article (e.g. 'pre-socraticos-filosofia-grega') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

search_artigosB

Search articles by keyword in title or body.

Args: query: Search term (e.g. 'niilismo', 'Butler', 'Maréchal') lang: Language code — 'pt', 'en', or 'es' (default: 'pt')

searchB

Full-text search across the entire philosophy corpus.

Args: query: Search term lang: Language code — 'pt', 'en', or 'es' (default: 'pt') section: Optional filter — 'glossario', 'sinteses', 'pensadores', or 'artigos'

corpus_statsA

Get statistics about the philosophy corpus (total entries, by section, by language).

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/s3b4hjr/philosophy-mcp'

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