Skip to main content
Glama
LongLiveY96

ArkTS Helper MCP

by LongLiveY96

list_doc_topics

List all topic categories and document counts in the ArkTS documentation library to view its overall structure.

Instructions

列出 ArkTS 文档的所有主题分类。

使用场景

  • 了解文档库的整体结构

  • 查看有哪些主题分类

  • 统计各分类的文档数量

使用示例

当用户问"文档有哪些分类?"或"有什么类型的文档?"时调用此工具。

返回所有主题分类及其文档数量。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states that the tool returns categories and counts, but does not explicitly disclose whether it is read-only, requires auth, or has any side effects. It adequately describes the output format.

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

Conciseness4/5

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

The description is well-structured with sections for purpose, usage scenarios, and an example. It is concise and front-loaded with the primary function. However, the use of Chinese may slightly reduce clarity for English-only agents.

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 parameterless tool, the description covers the purpose, usage context, and return format. It is complete enough given the low complexity and absence of output schema.

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?

There are no parameters, and schema coverage is 100%. Per rules, baseline 4 is appropriate; the description does not need to add parameter information.

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

Purpose4/5

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

The description clearly states that the tool lists all topic categories of ArkTS documents with document counts. It is distinct from sibling tools like find_docs or read_doc, which are for searching or reading content.

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 explicit usage scenarios (understanding structure, viewing categories) and an example query, guiding when to use this tool. It does not specify when not to use, but the context is clear.

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

Install Server

Other Tools

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/LongLiveY96/arkts-helper'

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