Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

Cache Environment Nodes

cache_environment_nodes
Idempotent

Fetch and cache all environment nodes to disk for efficient repeated access, reducing API calls and improving performance.

Instructions

Fetch and cache all environment nodes to disk for efficient repeated access.

Args:

  • environmentID (string, required): The environment ID

  • detail (boolean, optional): Fetch expanded node details. Defaults to true

  • pageSize (number, optional): API page size for collection. Defaults to 250, max 500

  • orderBy (string, optional): Sort field for paginated collection. Defaults to id

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

Returns: Cache metadata with resourceUri (coalesce://cache/...) for accessing the cached data via MCP resource read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoWhen true, fetches expanded node details. Defaults to true.
orderByNoOptional sort field used for paginated collection. Defaults to id.
pageSizeNoOptional API page size used while collecting the full snapshot. Defaults to 250.
environmentIDYesThe environment ID
orderByDirectionNoOptional sort direction used for paginated collection.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNo
fileUriNo
messageNo
metaUriNo
orderByNo
runTypeNo
cachedAtNo
pageSizeNo
toolNameNo
pageCountNo
runStatusNo
sizeBytesNo
totalRunsNo
autoCachedNo
totalNodesNo
totalUsersNo
resourceUriNo
workspaceIDNo
environmentIDNo
maxInlineBytesNo
orderByDirectionNo
Behavior5/5

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

The description discloses that data is cached to disk and returns a resourceUri for accessing the cache, which goes beyond the annotations (idempotentHint, openWorldHint, etc.). No contradictions with annotations.

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: one sentence for purpose followed by a clear parameter list. It is front-loaded and every sentence serves a purpose without redundancy.

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 presence of annotations and the return description (cache metadata with resourceUri), the description is complete. It explains the tool's behavior, parameters, and output, leaving no significant gaps.

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?

Input schema coverage is 100%, and the description merely restates defaults already present in the schema (e.g., detail defaults to true, pageSize defaults to 250). It adds no new semantic information beyond the 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 clearly states the tool's purpose: to fetch and cache all environment nodes to disk for efficient repeated access. It uses specific verbs ('fetch and cache') and identifies the resource ('environment nodes'), distinguishing it from sibling cache tools like cache_org_users or cache_runs.

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

Usage Guidelines4/5

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

The description implies usage for repeated access to environment nodes, but does not explicitly compare to alternatives like list_environment_nodes or get_environment_node. While the caching intent is clear, explicit when-to-use guidance is missing for a 5.

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