Skip to main content
Glama
tabaldi98

bunge-ds-mcp

by tabaldi98

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
list-componentsA

Lista todos os componentes disponíveis no Design System, com filtro opcional por categoria.

get-componentA

Retorna detalhes completos de um componente: inputs, outputs, exemplos de uso e import.

search-componentsA

Busca componentes por nome, descrição ou tags.

get-component-usageB

Retorna exemplos de uso e instruções de import de um componente.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation4/5

The tools have distinct purposes, but get-component-usage is a subset of get-component, potentially causing minor confusion. Descriptions help differentiate, so overall good.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (get-, list-, search-), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the set is well-scoped for browsing a design system, covering listing, searching, and retrieving details without being excessive.

Completeness5/5

The tools provide full coverage for component browsing: list with filter, search, full details, and usage info. No obvious gaps in this domain.