Skip to main content
Glama

list_elements_by_layer

List all ArchiMate elements in a specific layer (business, application, or technology). Select a layer to filter model components.

Instructions

List all elements in a specific layer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerYesArchiMate layer
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 burden of behavioral disclosure. However, it only says 'list all elements' and does not describe the output format, pagination, ordering, or whether it returns full element details or just identifiers. This lacks transparency for a read operation.

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?

The description is a single short sentence without unnecessary words. While it could be enriched with more behavioral details, it is efficient and to the point, earning a high score for conciseness.

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?

Given the tool's simplicity (one parameter, list operation) and lack of output schema, the description is minimally adequate but does not fully inform the agent about what the response will contain. A more complete description would mention the element attributes returned.

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?

The input schema already provides a complete description of the only parameter 'layer' with enum values and a descriptive label. The description adds no additional meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 lists all elements in a specific layer, which is a distinct action from siblings like get_element (single element) and create_element (write operation). The verb 'list' and resource 'elements' with scope 'by layer' is specific and unambiguous.

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?

No explicit guidance on when to use this tool vs alternatives like search_elements. While the purpose is clear, the description does not state that this tool specifically only filters by layer and may not support other filters, leaving the agent to infer usage context.

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/dqxorg/mcp-archimate'

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