Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

List Environment Nodes

list_environment_nodes
Read-onlyIdempotent

List nodes in a Coalesce environment, paginating through results with cursor-based navigation. Optionally include full node details for each returned node.

Instructions

List nodes deployed in a Coalesce environment. Returns ONE page (default 100 nodes, or 25 when detail=true). If the response has hasMore: true, you have NOT seen all nodes — you must page (call again with startingFrom set to the returned next, same orderBy) before drawing any conclusion about the environment, or you will undercount it. When you know the node, prefer get_environment_node by ID rather than paging.

Args:

  • environmentID (string, required): The environment ID

  • detail (boolean, optional): Include full node details

  • limit, startingFrom, orderBy, orderByDirection: Pagination (limit defaults to 100, or 25 when detail=true)

Returns: { data: Node[], next?: string, hasMore?: boolean, retrieved?: number }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return (max 500)
detailNoInclude full node details in response
orderByNoField to sort by (required with startingFrom)
startingFromNoCursor from previous response's next field
environmentIDYesThe environment ID
orderByDirectionNoSort direction

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
nextNo
totalNo
Behavior5/5

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

Discloses pagination behavior, default limits (100 or 25 with detail=true), and response structure. Adds context beyond annotations (readOnlyHint, openWorldHint, etc.) without contradiction.

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?

Well-structured and mostly concise, but the argument list in the description partially duplicates schema properties. However, the pagination warning and alternative tool mention add significant value without excessive verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity with pagination and optional detail, the description covers return values, default behaviors, and alternative tool. Output schema exists, so return values need less explanation, but the description still provides necessary context.

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?

Schema coverage is 100%, but description adds value by stating default values for limit (100 or 25 when detail=true) and explaining usage of startingFrom and orderBy, which are not fully detailed in schema.

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 'List nodes deployed in a Coalesce environment' with a specific verb and resource, and distinguishes from sibling get_environment_node by advising to use ID lookup when the node is known.

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

Usage Guidelines5/5

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

Explicitly explains pagination: if hasMore is true, must page to avoid undercounting. Also recommends get_environment_node as an alternative when the node is known, providing clear when-to-use guidance.

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/Coalesce-Software-Inc/coalesce-transform-mcp'

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