Skip to main content
Glama

create_surface_3d

Creates interactive 3D surface charts from gridded data by pivoting long-format rows into a z-value grid for visualizing elevation or scalar fields.

Instructions

Interactive 3D surface (landscape) chart from gridded data (WebGL, orbit-able).

Long-format (x, y, z) rows are pivoted into a z-value grid and rendered as a continuous surface. Suited to elevation, density, or any scalar field sampled on a regular grid.

Ideal for: temperature/air-quality across city × month, terrain surfaces, optimization landscapes.

Returns: {filepath, title, rows}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesRow dicts (one per (x, y) grid cell)
themeNo'dark', 'light', or 'infographic'dark
titleNoChart title
filenameNoOutput filename (without .html)surface_3d
x_columnYesColumn forming the surface's X grid
y_columnYesColumn forming the surface's Y grid
z_columnYesColumn giving the surface height
colorscaleNoPlotly colorscale name for height mappingViridis

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. Discloses interactivity (WebGL, orbit-able) and return format. Lacks details on limitations (e.g., handling of missing data) or performance implications, but adequate for typical chart creation.

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?

Concise and front-loaded with key information. The first sentence captures the essence. Could trim the second sentence slightly, but overall efficient.

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?

Covers purpose, usage, and return values (with output schema). Does not address error conditions, input validation (e.g., requirement for complete grid), or performance considerations. Adequate but incomplete for a tool with 8 parameters.

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?

Schema coverage is 100% (baseline 3). The description adds value by explaining that long-format rows are pivoted into a z-value grid, clarifying relationship between data and columns beyond schema definitions.

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?

Description clearly states it creates an interactive 3D surface chart from gridded data, using specific verbs and resource. It distinguishes from sibling 3D tools (e.g., create_scatter_3d) by mentioning the pivoting of long-format data into a grid.

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?

Provides explicit ideal use cases (temperature/air-quality across city × month, terrain surfaces, optimization landscapes). Does not explicitly state when not to use, but for a specialized tool these are sufficient.

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/acailic/serbian-data-mcp'

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