Skip to main content
Glama
alesdev88

Archicad-MCP

by alesdev88

list_api_commands

Discover all available Archicad API commands, including official JSON API and Tapir, with optional filtering by group to find the right command quickly.

Instructions

Catalog of ALL available Archicad API commands (official JSON API + Tapir), optionally filtered by group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. 'Catalog of ALL available commands' and the verb 'list' clearly imply a read-only, non-mutating operation. It also adds useful scope context (official JSON API + Tapir) and the optional group filter behavior, though it does not discuss output volume or ordering.

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

Conciseness5/5

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

The description is a single, compact sentence and front-loads the core purpose. Every word adds value, and there is no redundant metadata or filler.

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?

The tool is simple, with one optional parameter and an output schema present, so the description does not need to explain return values. The description covers what the tool does, what it includes, and how it can be narrowed, which is sufficient for safe selection. It could mention how groups are structured, but the overall context is reasonably complete.

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

Parameters3/5

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

Schema coverage is 0%, so the description must clarify the parameter. It states that 'group' filters the catalog, which adds meaning beyond the schema's raw field name. However, it does not explain what group values are valid, how to discover them, or the exact format/usage of the filter.

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 uses a specific verb pattern ('Catalog...') with a clear resource: ALL available Archicad API commands across both official JSON API and Tapir. It also distinguishes itself from sibling tools like describe_api_command and execute_api_command by being a catalog/list operation.

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 the tool is meant for discovering/browsing available commands, and the optional group filter gives a sense of when it might be narrowed. However, it does not explicitly state when to use this tool versus describe_api_command or execute_api_command, nor does it mention any exclusions.

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/alesdev88/Archicad-MCP'

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