Skip to main content
Glama

Assess AI Readiness

assess_ai_readiness
Read-only

Produce a deterministic, indicative AI-readiness assessment from the supplied organization profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
industryYesClient industry
pain_pointsNoCurrent operational pain points
current_toolsNoCurrent business tools
employee_countYesNumber of employees

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the base safety is known. The description adds meaningful behavioral context: 'deterministic' (consistent output) and 'indicative' (not a definitive judgment), which go beyond the annotations. No contradiction.

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?

A single, well-structured sentence that front-loads the verb and resource. Every word earns its place, with no redundancy or filler.

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

Completeness4/5

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

For a straightforward tool with read-only annotations and a clear purpose, the description is sufficient for an agent to select and invoke it. The lack of output schema is not a major gap here, though the description could hint at the return format (e.g., a score or report).

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 100%, so the schema already documents each parameter. The description groups them as 'organization profile' but adds no additional meaning beyond what the schema provides, so 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?

Description uses the specific verb 'Produce' with resource 'AI-readiness assessment' and clearly differentiates from sibling tools like book_consultation and get_service_offerings. The phrases 'deterministic' and 'indicative' add precision.

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 usage context via 'supplied organization profile' but does not explicitly state when to prefer this tool over alternatives or mention any exclusions. Sibling tools are distinct in purpose, but the description offers no direct comparison.

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