Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_componentsA

Busca componentes de PC por texto no meupc.net (processadores, placas de vídeo, memórias, etc.)

list_componentsA

Lista componentes por categoria com paginação (processadores, placas-video, placas-mae, memorias, armazenamentos, gabinetes, fontes, monitores)

get_component_detailsA

Detalhes completos de um componente: especificações técnicas, preços por loja (PIX e normal), menor preço

get_dealsA

Ofertas atuais com desconto no meupc.net, com preço atual e menor preço em 90 dias

list_community_buildsA

Builds de PC compartilhadas pela comunidade do meupc.net, com título, preço e componentes

get_build_detailsB

Detalhes de uma build específica: lista completa de componentes, preços, compatibilidade e consumo estimado

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving details for builds and components, listing community builds, searching components, listing components by category, and getting deals. No ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., get_build_details, list_components, search_components). The naming is uniform and predictable.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of providing PC component and build information. Neither too few nor too many.

Completeness5/5

The tool surface covers all essential operations for browsing PC components and builds: listing, searching, getting details, viewing community builds, and checking deals. No obvious gaps for a read-only information service.

Maintenance

ActivityMaintained
ResponsivenessNo issues