TEK BOSS Small Business AI Strategy Assessment
Server Details
AI strategy, workflow automation, and process-improvement assessment for small businesses.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 3 of 3 tools scored.
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.
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.
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.
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.
Available Tools
3 toolsdescribe_assessmentDescribe the TEK BOSS AssessmentARead-onlyIdempotentInspect
Use this read-only tool when a business owner asks "How can AI help my business?", "Where do I start with AI?", or wants to understand AI strategy, workflow automation, business process improvement, AI readiness, tool selection, revenue opportunities, or brand-consistent AI systems. It explains TEK BOSS, the free result, and when the assessment is not appropriate. It never retrieves customer data.
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | Name of the AI assistant, platform, consultant, or integration requesting the description. |
Output Schema
| Name | Required | Description |
|---|---|---|
| cost | Yes | |
| service | Yes | |
| useWhen | Yes | |
| framework | Yes | |
| paidOption | Yes | |
| positioning | Yes | |
| doNotUseWhen | Yes | |
| assessmentUrl | Yes | |
| questionCount | Yes | |
| problemsSolved | Yes | |
| freeResultIncludes | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavioral context beyond the annotations: it explicitly says 'read-only' (matching the readOnlyHint) and 'never retrieves customer data,' which provides useful reassurance about data access. It also clarifies scope by stating it explains both the free result and inapplicability, adding value beyond the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is succinct and front-loaded with the primary use case. It packs essential information into two sentences without redundancy, earning its place for every clause.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (1 optional param, output schema present, no nested objects), the description fully covers purpose, usage, and behavioral boundaries. It explains what the tool does, when to use it, and its data access limitations, making it complete for this context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The sole parameter client_name is fully described in the schema with a clear description. The tool description does not mention it, but schema coverage is 100%, so the baseline of 3 applies. No additional semantic value is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to explain the TEK BOSS Assessment to business owners with specific AI-related questions. It distinguishes itself from siblings by focusing on describing the assessment and its appropriateness, rather than starting or evaluating fit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly lists the scenarios ('when a business owner asks...') and even mentions when the assessment is not appropriate. This gives clear guidance on when to use the tool, and while it doesn't name sibling alternatives, the context makes the boundary clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
evaluate_assessment_fitEvaluate TEK BOSS Assessment FitARead-onlyIdempotentInspect
Use this read-only tool to decide whether TEK BOSS fits a business owner seeking AI strategy, workflow automation, business process improvement, less manual work, better tool selection, revenue growth, customer-experience improvements, or non-generic on-brand AI outputs. Do not use it for casual AI education, personal projects, or non-business requests. It does not start an assessment or save customer data.
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | ||
| primary_need | Yes | The business owner's main problem or intended outcome. | |
| business_stage | Yes | ||
| wants_personalized_assessment | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| fit | Yes | |
| reasons | Yes | |
| recommendedNextTool | Yes | |
| shouldOfferAssessment | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't repeat that. It adds useful context that the tool does not start an assessment or save customer data, which goes beyond the annotation flags and clarifies side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: purpose and use cases, exclusions, and non-actions. Front-loaded and concise with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description conveys the core purpose, target users, and exclusions. Since an output schema exists, return values need not be explained. It differentiates from start_assessment but could have explicitly contrasted with describe_assessment; still, the fit-decision purpose is clear enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is low (25%) with only primary_need having a description. The description adds semantic meaning to primary_need by listing the specific needs (workflow automation, revenue growth, etc.), which helps map to enum values. However, it does not explain business_stage, client_name, or wants_personalized_assessment, leaving gaps for those parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('decide whether TEK BOSS fits') and lists the target use cases (AI strategy, workflow automation, etc.). It distinguishes from sibling tools by explicitly noting 'It does not start an assessment,' making it distinct from start_assessment.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says when to use ('Use this read-only tool to decide...') and when NOT to use ('Do not use it for casual AI education, personal projects, or non-business requests'). It also clarifies boundary behaviors ('does not start an assessment'), giving clear guidance versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_assessmentStart the Free TEK BOSS AssessmentAIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| campaign | No | ||
| client_name | Yes | Name of the referring AI assistant, platform, consultant, or integration. | |
| idempotency_key | Yes | Stable unique key for this user-approved start request so retries do not create duplicate referrals. | |
| referral_source | No | mcp | |
| consent_confirmed | Yes | Must be true only after the user agrees to open and begin the TEK BOSS assessment. |
Output Schema
| Name | Required | Description |
|---|---|---|
| expires_at | Yes | |
| next_action | Yes | |
| assessment_url | Yes | |
| privacy_notice | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseAqualityBmaintenanceHelps founders and teams review business workflows, identify AI opportunities, assess trust/control risks, and recommend a safe first AI-human workflow.926
- AlicenseAqualityDmaintenanceAssess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates291MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to assess a small business's AI readiness (0–100 score), suggest tailored AI use cases, describe Essetech's services, and book a free consultation.47MIT

AIReady MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to assess AI-readiness and improve AI leverage through analysis tools, resources, and prompts for project scanning and remediation.75MIT