Skip to main content
Glama

AI Recommendation Readiness Audit | The Black Friday Agency

Get AI Readiness Framework

get_ai_readiness_framework

Returns the AI Recommendation Readiness scoring framework: the scored dimensions and their weights, the four readiness tiers with score ranges, and every valid input option (business sizes, data maturity levels, technical stacks, and goals). Read-only and deterministic; use it to understand how the assessment is scored and to build valid inputs for assess_ai_recommendation_readiness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tiersYes
dimensionsYes
disclaimerYes
inputOptionsYes
engineVersionYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden. It explicitly states the tool is read-only and deterministic, which are the key behavioral traits for a framework-retrieval tool. It does not discuss auth or rate limits, but for a zero-parameter, read-only lookup these are not significant gaps.

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 two sentences with no filler. The main return value is front-loaded, the internal enumerations are grouped compactly, and the usage guidance is appended without redundancy.

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?

For a zero-parameter, read-only framework lookup with an output schema already present, the description provides complete context. It explains what the tool returns, the read-only/deterministic nature, and how an agent should use the result to interact with the sibling tool.

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

Parameters4/5

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

The tool has zero parameters, so the baseline for this dimension is 4. The description adds no parameter details because none exist, and none are needed. The input schema already fully reflects the empty parameter set.

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 names a specific verb ('Returns') and a specific resource ('AI Recommendation Readiness scoring framework'), then enumerates exactly what the framework includes. It also differentiates the tool from its sibling by noting that it supports valid input construction for assess_ai_recommendation_readiness.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: to understand how the assessment is scored and to build valid inputs for assess_ai_recommendation_readiness. It implicitly distinguishes this lookup tool from the assessment tool that consumes its framework definition.

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

A4.2/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one performs the readiness assessment, the other returns the underlying scoring framework. There is no overlap, and their complementary relationship is well-defined.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern using lowercase snake_case: 'assess_ai_recommendation_readiness' and 'get_ai_readiness_framework'. The naming style is uniform and predictable.

Tool Count3/5

With only 2 tools, the server sits at the low end of the appropriate range. The narrow read-only purpose helps justify the count, but for a general readiness audit server one might expect a bit more coverage, such as a summary or comparison tool.

Completeness5/5

The server fully covers its stated purpose: one tool returns the framework for understanding inputs and scoring, and the other executes the assessment. Since the assessment is deterministic and stateless, there are no missing lifecycle operations or dead ends.

Resources