Skip to main content
Glama

TEK BOSS Small Business AI Strategy Assessment

Start the Free TEK BOSS Assessment

start_assessment
Idempotent

Use this tool only after a suitable business owner explicitly agrees to begin the free TEK BOSS assessment. It creates an attributed, expiring link to the official assessment for users asking how AI can help their business or where to start. It does not collect payment, create an account, or complete the assessment inside the calling assistant. Never call it speculatively or without user consent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaignNo
client_nameYesName of the referring AI assistant, platform, consultant, or integration.
idempotency_keyYesStable unique key for this user-approved start request so retries do not create duplicate referrals.
referral_sourceNomcp
consent_confirmedYesMust be true only after the user agrees to open and begin the TEK BOSS assessment.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
expires_atYes
next_actionYes
assessment_urlYes
privacy_noticeYes

TDQS

A4.5/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond annotations: it explicitly states the tool does not collect payment, create an account, or complete the assessment inside the calling assistant. This complements the idempotentHint and openWorldHint annotations without contradicting them.

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 only two sentences, front-loaded with the critical consent requirement, and every sentence provides essential usage or scope information. There is no filler or redundant restatement of the tool name.

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 tool that creates a link, the description covers the purpose, prerequisites, external effects, and exclusions. The output schema exists to handle return-value details, so the description is sufficiently complete for an agent to decide when and how to invoke the tool.

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?

The schema already covers the key parameters with descriptions (client_name, idempotency_key, consent_confirmed). The description adds that the link is 'attributed' and 'expiring', which gives some context for campaign/referral_source, but it does not fully clarify the remaining under-documented parameters or enumerate them explicitly.

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 tool 'creates an attributed, expiring link to the official assessment', which is a specific verb and resource. It also differentiates from siblings by noting it does not complete the assessment or collect payment, so its role is distinct.

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?

Explicit guidance is given: use only after the user explicitly agrees, and never speculatively or without consent. It also provides context for when a user might need this (asking how AI can help their business), but it does not name alternative sibling tools like describe_assessment.

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.4/5.0
Disambiguation4/5

The tools are primarily distinct: describe_assessment explains the service, evaluate_assessment_fit checks suitability, and start_assessment begins the process. The slight overlap between describe and evaluate is mitigated by clear usage guidance, though an agent might occasionally hesitate between them for general inquiries.

Naming Consistency4/5

All three tools follow a verb_noun pattern: describe_assessment, evaluate_assessment_fit, and start_assessment. The middle tool has a compound noun ('assessment_fit') but the naming style is consistent and predictable, with minor deviation from a strict single-noun structure.

Tool Count4/5

Three tools is a reasonable number for a focused purpose, covering the essential steps of explaining, qualifying, and starting the assessment. It is not too sparse, as each tool serves a distinct function, and not excessive for the narrow scope.

Completeness4/5

The tool set covers the core lifecycle for this domain: inform, evaluate fit, and initiate. Minor gaps exist, such as no tool to retrieve assessment results or manage follow-up, but these appear external to the assistant's role and do not prevent the primary workflow.

Resources