Skip to main content
Glama

recipes_enterprise_trust_center_export

Return the bundled enterprise trust-center export for buyer and platform diligence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
pack_idNo
categoryNo
section_idNo
question_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. 'Return' implies a read-only retrieval operation, and 'bundled' hints at aggregation, but the description does not explain what bundling entails, whether filters are applied, or whether any state changes occur. This is insufficient behavioral context for an unannotated tool.

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 a single concise sentence with no filler, and the core purpose is front-loaded. However, it is so brief that it omits important semantics, so it does not fully earn a 5.

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?

An output schema exists, so return formatting is covered, but the sole input surface of five optional nullable parameters is undocumented. There is no guidance on how the parameters interact, what 'bundled' means, or how this export relates to the many sibling diligence and trust tools. For a tool with this many optional parameters, the description is not complete enough for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not mention any of the five parameters. The parameter names (status, pack_id, category, section_id, question_id) provide some intuition, but their values, meaning, and interrelationships are entirely unexplained. With low schema coverage, the description needed to compensate and did not.

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 and resource: 'Return the bundled enterprise trust-center export'. It also names the intended audience ('buyer and platform diligence'), which helps scope the tool. It does not explicitly differentiate from siblings, but the 'export' noun makes it reasonably distinct among the recipe tools.

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?

The phrase 'for buyer and platform diligence' implies a use context, but there is no guidance on when to choose this tool over alternatives, nor any exclusions. With many similar sibling tools like recipes_secure_context_buyer_diligence_brief, explicit routing guidance would be valuable.

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