Skip to main content
Glama
veoery
by veoery

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_geometryB

Extract geometric data from an existing object.

Args: file_path: Path to the .3dm file object_index: Index of the object to extract data from

Returns: Geometric data in a readable format

measure_distanceB

Measure the distance between two objects in a Rhino file.

Args: file_path: Path to the .3dm file object_index1: Index of the first object object_index2: Index of the second object

Returns: Distance measurement information

analyze_rhino_fileC

Analyze a Rhino (.3dm) file.

Args: file_path: Path to the .3dm file

Returns: Analysis of the file contents

list_objectsB

List all objects in a Rhino file.

Args: file_path: Path to the .3dm file

Returns: Information about objects in the file

execute_grasshopper_codeC

Execute given Python code.

Args: code: The given code to execute file_path: Path where the generated code will be saved

Returns: Result of the executing code

add_grasshopper_componentC

Add a component from an existing Grasshopper plugin.

Args: component_name: Name of the component component_type: Type/category of the component parameters: Component parameters and settings

Returns: Result of the operation

connect_grasshopper_componentsC

Connect parameters between Grasshopper components.

Args: source_id: Source component ID source_param: Source parameter name target_id: Target component ID target_param: Target parameter name

Returns: Result of the operation

run_grasshopper_definitionB

Run a Grasshopper definition.

Args: file_path: Path to the .gh file (or None for current definition) save_output: Whether to save the output output_path: Path to save the output (if save_output is True)

Returns: Result of the operation

Prompts

Interactive templates invoked by user choice

NameDescription
grasshopper_GHpython_generation_promptCreates a prompt template for generating Grasshopper Python code with proper imports and grammar.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/veoery/GH_mcp_server'

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