Skip to main content
Glama

list_bot_tools

Retrieve the list of in-game tools that a bot exposes by its nickname, revealing its capabilities from the Minecraft Console Client instance.

Instructions

List the in-game tools a ready bot exposes (discovered from its MCC instance).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nickYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions 'discovered from its MCC instance' but does not disclose whether the operation is read-only, has side effects, or required permissions. No error handling or edge cases mentioned.

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 a single sentence with no wasted words, but it could benefit from slight expansion (e.g., clarifying the parameter). Very concise.

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

Completeness3/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 one parameter and an output schema, the description is partially complete. It mentions the source (MCC instance) but omits prerequisites (bot readiness) and return or error details. An output schema exists but is not shown in the description.

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

Parameters2/5

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

The schema has 0% description coverage for the single parameter 'nick'. The description does not explain what 'nick' represents (bot nickname or something else), so it adds no meaning beyond the schema field name.

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 lists in-game tools from a ready bot, and it distinguishes from sibling tools like list_bots (which lists bots) and bot_call (which invokes a bot).

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

Usage Guidelines3/5

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

The description implies using this tool to see what tools a bot exposes, but it does not specify when not to use it, prerequisites (e.g., bot must be ready), or alternatives. Some guidance is present but minimal.

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/italoseara/mcc-fleet'

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