Skip to main content
Glama

agent_controls_touched_by

Controls a funded capability actually touches

The join. A capability, and the controls whose own text concerns it.

Matched against the control's requirement text, never against its title alone: a title that reads like a familiar control is the most expensive kind of wrong match. Returns nothing rather than something strained when the capability finds no purchase, because a join that always finds something is worthless.

Responses:

200: Successful Response (Success Response) Content-Type: application/json

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
min_hitsNoDistinctive terms a control must contain. 0 chooses for you.
frameworkNoRestrict to one framework by name
capabilityYesWhat is being funded, e.g. 'agents that act across systems'

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does provide meaningful behavioral detail: matching is against requirement text, not title; it intentionally returns nothing rather than strained matches. This is substantive non-obvious behavior. However, it stops short of describing permissions, output shape, or other operational traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is fairly tight and front-loads the main idea. The 'The join.' fragment and the somewhat aphoristic warning about title matches add flavor but not much structural value; still, most sentences earn their place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, yet the description only says a successful response is JSON and that the tool may return nothing. It does not describe the actual result shape, ordering, pagination, or how limit and min_hits shape the response, leaving a real gap for an agent trying to use the 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?

Schema description coverage is 75%, so the schema already explains capability, min_hits, and framework. The description adds context that capability means 'funded capability' and that matching targets the control's requirement text, but it adds no detail about limit, min_hits behavior, or framework restriction beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific relation—controls that a funded capability actually touches—and clarifies the core matching mechanism (requirement text, not title). It is not a tautology and conveys enough to distinguish the tool from generic crosswalk/search siblings, though the phrase 'The join' is somewhat cryptic.

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 implies when to use it: when you have a capability and need the controls whose text genuinely concerns it. It does not state explicit when-not-to-use conditions or mention alternative sibling tools, so the guidance is mostly implicit rather than directive.

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.

TDQS

C2.9/5.0
Disambiguation2/5

Multiple tools cover overlapping crosswalk and coverage territory: agent_coverage_crosswalk, agent_coverage_report, agent_cross_framework_map, agent_crosswalk_pair, and agent_combined_coverage could all be chosen for similar questions. The near-duplicate agent_get_framework_controls and agent_get_framework_controls_by_name also creates avoidable ambiguity.

Naming Consistency3/5

All tools share the agent_ prefix and snake_case style, but the grammatical pattern is mixed: many are verb_noun (agent_buy_crosswalk, agent_search_courses, agent_get_framework), while others are noun phrases or descriptive fragments (agent_capital_by_function, agent_combined_coverage, agent_controls_touched_by, agent_signals_this_week). The convention is readable but not uniform.

Tool Count2/5

27 tools is above the 25-tool threshold and the set feels heavier than necessary because several crosswalk/coverage tools could be consolidated into a smaller family. The broad domain justifies variety, but the count is bloated by overlapping query surfaces and at least one redundant route.

Completeness4/5

The domain is well covered for a read-only compliance intelligence platform: framework discovery, control lookup, crosswalk analysis, course search, funding-signal exploration, and purchase-link generation are all present. Minor gaps exist, such as no direct way to inspect full control lists for arbitrary domains or retrieve mappings for a specific target control, but agents can generally work around them.