Skip to main content
Glama

trw_cross_repo_ordering

Fetches the latest cross-repository ordering aggregate to compare structural-risk consistency across repos from a persisted sidecar.

Instructions

Return the latest c745 CrossRepoOrderingAggregate.

Use when comparing structural-risk ordering consistency across multiple repositories from a persisted aggregate sidecar.

Sidecar SHA derived from sorted-repo-names (NOT git HEAD), so operator passes sidecar_path/sidecar_dir or the tool searches the repo-default location for the most-recent aggregate. Tier-gated. NEVER raises.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_rootNo
sidecar_dirNo
sidecar_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses key traits: 'NEVER raises' (no exceptions), 'Tier-gated' (auth restriction), and explains sidecar SHA derivation. Could mention side effects (none) but overall strong 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is six sentences, each purposeful. Front-loaded with purpose, then usage, then behavioral details. No repetition or fluff. Efficiently uses whitespace.

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?

Given 3 optional params, output schema exists, and no annotations, the description covers purpose, usage, and behavioral traits. It notes that the tool searches repo-default location if sidecar path not given. Minor gaps: no mention of return format or idempotency, but output schema handles return values.

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

Parameters2/5

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

Schema has 0% parameter coverage, so description must compensate. It mentions sidecar_path and sidecar_dir options but does not explain repo_root. Also lacks details on parameter types, defaults, or constraints. Only partial guidance on how parameters affect behavior.

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 returns the latest c745 CrossRepoOrderingAggregate. The verb 'Return' and specific resource name make the action unambiguous, distinguishing it from sibling tools like trw_ordering_compare by focusing on cross-repo aggregate sidecar.

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?

Explicitly states when to use: 'when comparing structural-risk ordering consistency across multiple repositories from a persisted aggregate sidecar.' Also clarifies that sidecar SHA is derived from sorted repo names, not git HEAD. However, no explicit when-not-to-use or alternatives listed.

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/wallter/trw-mcp'

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