get_docs
Browse, search, and retrieve full documentation for Archicad commands. Use categories, keywords, or exact command names to find schemas and examples.
Instructions
Get documentation for Archicad commands.
USAGE: get_docs() # Overview: categories with counts get_docs(category="Element Commands") # Browse: commands in a category get_docs(search="...") # Find commands by keyword get_docs(command="CommandName") # Full schema for one command get_docs(commands=["A", "B"]) # Full schemas for multiple
DISCOVERY WORKFLOW:
get_docs() -> see categories
get_docs(category="...") -> see command names
get_docs(command="...") -> full schema
SEARCH FEATURES:
Searches across: names, descriptions, parameters, examples, notes
Element types: "wall" -> suggests GetElementsByType(elementType="Wall")
Partial match: "prop" finds property commands
Typo tolerant: "proprty" -> property commands
Multi-word: "create slab" finds CreateSlabs
Args: search: Search query (e.g., "wall", "create slab", "property") command: Exact command name for full schema commands: List of command names for full schemas category: Category name to list all commands in it
Examples: get_docs() # Overview get_docs(category="Element Commands") # Browse category get_docs(search="wall") # Commands for walls get_docs(search="create") # Creation commands get_docs(command="CreateSlabs") # Full schema for CreateSlabs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| command | No | ||
| commands | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||