Skip to main content
Glama

Show sourcing lanes

gtm_show_sources
Read-only

All five sourcing lanes of a play, configured or not — the read to make before touching any of them. Per lane: configured, on, the parsed config (defaults filled), the cockpit's summary (null = needs setup), blocked (why it cannot run, judged without running: needs_config / icp_empty / null), last/next run and the last run's funnel, addedToday, failures, and the lane's memory — accounts[] with found: true|false per typed company on account_list, harvestedPosts on the post lanes, the cached searches the model wrote on Post discovery. Play level: state is the same verdict the cockpit shows when the Leads table is empty (no_sources / paused / draft / no_seat / seat_broken / icp_empty / needs_config / lead_quota / never_ran / no_results / provider_error / added_nothing / ok), plus provider, seat, ICP facet count and the month's remaining lead quota. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playIdYesThe play, from gtm_list_plays.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, but the description adds meaningful behavioral detail beyond that: it explains that blocked is judged without running, that state mirrors the cockpit's empty-Leads verdict, that config is parsed with defaults filled, and that summary null means needs setup. It also confirms read-only behavior explicitly without contradicting the 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 long but information-dense: every clause contributes a distinct field or semantic needed to interpret the response. It front-loads the most important usage signal ('the read to make before touching any of them') before detailed return fields. With no output schema present, this density is justified and not padding.

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 rich response surface and the absence of an output schema, the description is remarkably complete: it covers per-lane fields, null semantics, blocked reasons, play-level state enum values, and quota details. An agent has enough context to invoke the tool and interpret its full result.

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 fully documents the single parameter, playId, including where it comes from ('from gtm_list_plays'), so schema coverage is 100%. The description adds no parameter-specific detail, which is acceptable because the schema alone carries the necessary meaning; per the rubric this is baseline 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 identifies the resource (all five sourcing lanes of a play) and the operation (showing/reading them), including the distinction that it covers configured or unconfigured lanes. It names itself as the read to make before touching any lane, separating it clearly from sibling mutation tools like gtm_configure_source, gtm_set_source, and gtm_run_source.

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 phrase 'the read to make before touching any of them' provides explicit guidance on when to call this tool: as a preparation step before mutation or execution. It does not enumerate exclusions or directly compare against alternatives like gtm_show_play or gtm_source_runs, but the positional guidance is clear enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.