Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

List Git Accounts

list_git_accounts
Read-onlyIdempotent

Retrieve all Git accounts configured in Coalesce, with optional filtering by account owner for org admins.

Instructions

List all Git accounts configured in Coalesce.

Args:

  • accountOwner (string, optional): User ID of the account owner. Org admins can manage other users' accounts

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountOwnerNoUser ID of the account owner (org admins can manage other users' accounts)

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 readOnlyHint=true and destructiveHint=false. The description adds value by explaining the scope of the accountOwner parameter (org admins can manage others' accounts) and the return structure, which goes beyond the schema.

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: a one-line summary plus structured args/returns. Every sentence is necessary and front-loaded with the core purpose. No wasted words.

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?

With an output schema present, the description need not detail return values. It covers the optional filter and its semantics. The only minor gap is no mention of pagination or how to interpret the 'next' and 'total' fields, but these are inferred from the type. Overall, complete for a list tool.

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

Parameters4/5

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

Since schema description coverage is 100%, the schema already documents the parameter. However, the description adds context about who can use the accountOwner filter (org admins managing others), which provides additional meaning beyond the schema's generic description.

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 verb 'list all' and the resource 'Git accounts configured in Coalesce,' with an optional filter by accountOwner. This distinguishes it from the sibling "get_git_account" which retrieves a single account.

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 does not explicitly state when to use this tool over alternatives like "get_git_account." It is implied for listing, but no guidance on when not to use it or preference criteria. This is a minimum viable level.

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