Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

List Environments

list_environments
Read-onlyIdempotent

List all Coalesce environments with their IDs, names, and configuration. Use results to discover environment IDs needed for runs, nodes, or jobs.

Instructions

List all available Coalesce environments with optional pagination.

Returns environment IDs, names, and configuration. Use this to discover environment IDs needed by run, node, and job tools.

Args:

  • limit (number, optional): Max results per page

  • startingFrom (string, optional): Pagination cursor from previous response

  • orderBy (string, optional): Sort field (requires startingFrom)

  • orderByDirection ('asc'|'desc', optional): Sort direction

  • detail (boolean, optional): Include expanded environment configuration

Returns: { data: Environment[], next?: string, total?: number }

Use get_environment for a single environment by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return (max 500)
detailNoWhen true, returns expanded environment info
orderByNoField to sort by (required with startingFrom)
startingFromNoCursor from previous response's next field
orderByDirectionNoSort direction

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
nextNo
totalNo
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds behavioral details such as optional pagination and the return structure (data, next, total), but does not go into extensive detail like rate limits or authentication.

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 concise and well-structured: it states the purpose first, then lists parameters and return type with a clear separation. Every sentence adds value, and there is no redundancy or fluff.

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 that the tool has an output schema and annotations covering safety, the description covers all necessary aspects: what the tool does, its parameters, return shape, and pagination mechanism. It is complete for an agent to use correctly.

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 has 100% description coverage for all 5 parameters, so the schema already documents them. The description lists the parameters briefly but adds minimal extra meaning beyond the schema, earning a baseline score of 3.

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 all available Coalesce environments with optional pagination, and explicitly distinguishes from the sibling get_environment tool by mentioning it returns a list and directing to use get_environment for a single environment.

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?

The description provides explicit guidance on when to use this tool (to discover environment IDs needed by run, node, and job tools) and when to use an alternative (get_environment for a single environment by ID), effectively differentiating from siblings.

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