Skip to main content
Glama

recipes_agentic_app_intake_pack

Return generated agentic app launch-review profiles and decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
decisionNo
risk_tierNo
buyer_stageNo
minimum_scoreNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description bears the full burden for behavioral disclosure. 'Return generated... profiles and decisions' suggests a read-only query, but it does not explain whether decisions are precomputed, how filtering works, whether results are singgle vs. array, or any side effects. The output schema helps somewhat, but behavior are largely undisclosed.

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

Conciseness3/5

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

The description is a single short sentence with no wasted words. However, it is under-specified: it only conveys the basic purpose and does not include any additional guidance that would justify a higher structure score. It is concise but not meaningfully informative beyond the tool's name.

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?

Given five optional filter parameters, no annotations, a large sibling set, and no guidance on parameter semantics, ordering, or result shape, the description is not complete enough. The output schema may define return values, but the selection logic and use context are missing. For an agent evaluating among nearly 80 recipe tools, this description is insufficiently disambiguating.

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 0%, so the description must compensate. It does not. However, the parameter names (app_id, decision, risk_tier, buyer_stage, minimum_score) are self-explanatory and imply a filtering/query tool. There is no detail on how the parameters combine, what values are accepted, or output ordering, but the names alone provide moderate semantic value.

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 states a specific verb ('Return') and resource ('generated agentic app launch-review profiles and decisions'), so an agent can understand the tool's primary output. However, it does not distinguish this tool from many sibling recipe tools that also relate to agentic risk, trust, or readiness profiles, leaving some ambiguity.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus the dozens of sibling recipe tools. The description implies a lookup/filter behavior but does not state prerequisites, typical use cases, or exclusions. An agent must guess whether to use this or a closely related tool such as recipes_agentic_readiness_scorecard.

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.

Resources