Skip to main content
Glama

List Feature Classes

list_feature_classes
Read-only

List feature classes in a workspace, filtering by name pattern or geometry type such as Point, Polyline, or Polygon.

Instructions

List feature classes in a workspace (folder, file geodatabase, or feature dataset). pattern filters by name; geometry_type filters by Point/Polyline/Polygon.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNo
patternNo*
geometry_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by specifying the types of workspaces supported (folder, file geodatabase, feature dataset) and the role of parameters. However, it does not mention potential performance implications for large workspaces or what the output format contains, though the output schema likely covers the latter.

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 extremely concise with two sentences. The first sentence states the main purpose and scope, the second explains parameter behavior. Every sentence adds value, and the key information is front-loaded.

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?

Given the tool has an output schema, the description covers the input parameters and workspace domain sufficiently. It is complete for an agent to understand when and how to use the tool. A minor improvement could be explicitly stating that it is a read-only operation, but the annotation already indicates that.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: pattern filters by name, geometry_type filters by geometry type (Point/Polyline/Polygon). This provides clear, actionable semantics beyond the schema's default values and titles.

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 clearly states the tool lists feature classes in a workspace, specifying the resource (feature classes) and the action (list). It explicitly mentions the domain (folder, file geodatabase, feature dataset) and distinguishes from siblings like add_vector_layer or list_layers by focusing on a specific listing 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 usage for listing feature classes but does not explicitly guide when to use this tool versus alternatives such as list_layers or list_fields. With 24 sibling tools, including other listing tools, explicit usage conditions or exclusions would improve this dimension.

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/qiobn/arcpro-mcp'

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