Skip to main content
Glama

listSBChartAPIs

Browse the SBChart2.0 API surface by section and/or category. Call with no argument to get sections and their categories; filter by section or category to narrow. Use to explore what chart types and options exist. ⚠️ SBChart2.0 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · chartConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoOptionally restrict to one section.
categoryNoOptionally filter to a specific category.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / properties / category / description
      Added value: +"Optionally filter to a specific category."
    • addedInput schema / properties / section / description
      Added value: +"Optionally restrict to one section."
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description adequately discloses behavior: browsing API surface, returning sections and categories, and filtering options. It does not mention side effects or return format, but as a read-only list operation, this is sufficient. The warning about code generation is peripheral but not contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The main description is concise, but the appended warning about SBChart2.0 code generation guidelines is tangential and reduces focus. Removing or moving the warning would improve conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with good parameter schema and no output schema, the description is fairly complete. It explains the browsing purpose, input behavior, and result type (sections and categories). It could mention output format, but the purpose is clear enough for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have schema descriptions, so baseline is 3. The description adds value by explaining the effect of no arguments vs filtering, which is not in the schema. This extra context raises the score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool browses the SBChart2.0 API surface and explains behavior with and without arguments. It distinguishes from siblings like getSBChartAPIDetail (detail of a specific API) and searchSBChartAPI (search across APIs) by focusing on listing/browsing sections and categories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on when to use: to explore chart types and options. It explains using no arguments to get sections/categories, or filtering by section/category. However, it does not explicitly contrast with alternatives like searchSBChartAPI or mention when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: search for APIs, browse by section, retrieve full documentation, and get code examples. No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using CamelCase with the 'SBChart' prefix (e.g., searchSBChartAPI, getSBChartExample). No mixing of conventions.

Tool Count5/5

With 4 tools covering search, browse, detail, and example retrieval, the count is well-scoped for a documentation helper server. Not too few or too many.

Completeness4/5

The tool set covers the main workflows—finding APIs and retrieving documentation/examples. Minor gaps like version info or bulk listing are absent, but core functionality is solid.

Resources