Skip to main content
Glama

create_table

Create an empty standalone table in ArcGIS Pro with custom fields or a template, then optionally add it to a map or save it to a geodatabase.

Instructions

Create an empty standalone table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTable name.
fieldsNoFields to create.
map_nameNoMap to act on; defaults to the active map.
out_pathNoTarget geodatabase or folder.
templateNoTable to copy the schema from.
add_to_mapNoAdd the result to the map.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It says the table is empty and standalone but does not disclose side effects such as writing to a workspace, requiring an out_path or active geodatabase, or adding the result to the map by default.

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 front-loaded sentence with no filler. It immediately states the core action and result.

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?

An output schema exists and parameter descriptions are complete, so the description does not need to explain return values or parameter syntax. However, for a creation tool with no annotations, it still omits important usage and side-effect context, leaving it minimally adequate.

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 description coverage is 100%, so the schema already documents all six parameters well. The description adds no parameter meaning beyond what is already in the schema, which matches the baseline of 3 for high-coverage schemas.

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 states a specific verb and resource ('Create an empty standalone table'). The word 'standalone' distinguishes this from the sibling create_feature_class, which creates a spatial feature class rather than a non-spatial table.

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

Usage Guidelines2/5

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

The description gives no when-to-use guidance, prerequisites, or alternatives. It does not mention create_feature_class, add_field, or any condition under which another tool would be preferable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools