Skip to main content
Glama

AI Capability Rollout Framework

assess_ai_readiness

Run the AI Capability Rollout Framework's 16-question AI Readiness Score assessment on behalf of a user and return their readiness stage with a recommended next step. Ask the user each of the 16 questions (or use their existing answers) and rate each response 1-5 (1 = Strongly Disagree ... 5 = Strongly Agree), then call this tool with all 16 answers. Returns the stage name and recommendation text only — the same kind of result a user gets on the website, without a numeric score or scoring breakdown. Read-only, no authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
q1YesLeadership has discussed how AI may affect workflows, productivity, or service quality in our environment. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q2YesThere is at least a basic understanding of why AI would be used here beyond general curiosity. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q3YesSomeone is clearly responsible for evaluating AI opportunities or next steps. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q4YesAI discussion here is tied to outcomes, workflows, or risks rather than hype. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q5YesPeople generally understand what data should never be entered into public AI tools. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q6YesAI use is discussed with at least some awareness of policy, compliance, or reputational risk. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q7YesImportant AI outputs would be reviewed before they are acted on or shared broadly. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q8YesThere is at least a basic sense of what "safe experimentation" with AI looks like here. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q9YesWe can identify at least one low-risk workflow where AI could improve speed, quality, or consistency. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q10YesPeople here could describe at least one current task that AI could meaningfully assist without major risk. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q11YesThere is at least some awareness of how AI tool outputs should be reviewed before they affect real work. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q12YesIf we piloted AI in one area today, we could define what success looks like in practical terms. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q13YesMost people here could use a basic AI tool with at least some practical confidence. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q14YesThere is some shared understanding of what AI is - and is not - good at in a workplace context. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q15YesPeople here feel comfortable asking questions about AI without fear of looking uninformed. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)
q16YesIf a structured AI skill development path existed for our team, there would be genuine interest in using it. (Rate 1-5: 1 = Strongly Disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly Agree.)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries full behavioral burden. It explicitly discloses 'Read-only, no authentication required' and clarifies the return is limited to 'stage name and recommendation text only' without a numeric score or breakdown. This is more transparent than many tool descriptions; a small gap is not describing potential error handling or timeout behavior, but that is not essential.

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 and front-loaded with the primary purpose. The first sentence states the action and expected result; the second gives the procedural requirement and output constraints. There is zero redundancy and every word earns its place.

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?

The tool is complex (16 required parameters, no output schema, no annotations), yet the description covers the complete workflow: how to gather answers, what to pass, and what to expect in return. It also specifies read-only and no authentication, which an agent needs to know before invoking. Nothing critical is missing for correct usage.

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 coverage is 100% and each parameter (q1–q16) includes a full question text and rating scale (1–5). The description adds no per-parameter meaning beyond what the schema already provides; it only references 'rate each response 1-5', which is consistent with the schema. Baseline 3 is appropriate.

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 states the action ('Run'), the specific resource ('AI Capability Rollout Framework's 16-question AI Readiness Score assessment'), and the outcome ('return their readiness stage with a recommended next step'). It uniquely identifies this tool as the assessment tool among siblings like get_faq and get_pricing, which are unrelated.

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 description provides explicit usage context: the agent must first ask the user the 16 questions or use existing answers, then call the tool with all 16 responses. It does not explicitly exclude alternatives, but the context is clear and unambiguous. Lack of an explicit 'use when' statement is minor given the distinct purpose.

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