directory
Server Details
Discover and query every business on ANOTS — search, ask, or find-and-ask over MCP.
- 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 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: search_businesses discovers agents, ask_business queries a specific one by slug, and find_and_ask combines both in one step. No overlap or ambiguity.
All tools follow a verb_noun pattern with snake_case: search_businesses, ask_business, find_and_ask. The naming is consistent and predictable.
Three tools is minimal but well-scoped for a directory server focused on agent discovery and interaction. It covers the essential workflow without unnecessary extras.
The tool set covers the core user-facing functionality: search, ask specific, and combined ask. It lacks listing all agents or administrative tools, but for a client-facing directory it is complete enough.
Available Tools
3 toolsask_businessAInspect
Ask a specific business's ANOTS agent a question, by slug. The agent answers from that business's own knowledge base and tools (live data, not scraped HTML). Get the slug from search_businesses.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The business slug (e.g. "gyibb") | |
| question | Yes | The question to ask that business agent |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It explains that the agent uses live data (not scraped HTML) and the business's own knowledge base. However, it omits any discussion of authentication, rate limits, or side effects, which are typical for such a tool.
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?
Two focused sentences: the first states the core action and method, the second provides the source for the slug parameter. No extraneous 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 tool has no output schema, and the description does not specify the format of the answer (e.g., plain text, JSON). However, the mention that 'the agent answers' is likely sufficient for an AI agent. Slightly incomplete but acceptable.
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 100% with descriptions for both parameters (slug example and question). The description adds value by mentioning the slug source but does not deepen understanding beyond the schema. Baseline 3 is appropriate.
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 action ('Ask'), the resource ('a specific business's ANOTS agent'), and the method ('by slug'). It also distinguishes from sibling tools by explaining where to get the slug and contrasting with 'scraped HTML'.
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?
The description provides a clear prerequisite ('Get the slug from search_businesses') and the context of using it for a specific business. However, it lacks explicit when-not to use or alternatives (e.g., find_and_ask for broader queries).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_and_askAInspect
Discover the most relevant ANOTS businesses for a need AND ask each one in a single step, returning their answers side by side. The fastest way to answer a purchase-intent or research question across the directory.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many businesses to ask (default 3, max 5) | |
| query | Yes | The need or question to route across the directory |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states the tool returns answers side by side and accepts a query and limit. However, it does not explicitly say whether the operation is read-only, nor does it disclose any potential side effects, rate limits, or authentication needs. For a query tool, this is minimally adequate but lacks full transparency.
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?
Two sentences that are front-loaded with the core action. No wasted words; every sentence adds value. Efficient and clear.
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 simple tool with two parameters and no output schema, the description is largely complete. It explains the combined functionality and hints at the return format ('answers side by side'). It could mention that it searches across the directory, but overall sufficient.
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 description coverage is 100%, so the description does not need to add much. The description adds no new meaning beyond the schema: it describes the query as 'the need or question to route' and limit as 'how many businesses to ask', which mirrors the schema descriptions. Baseline 3 is appropriate.
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 verb 'Discover and ask' and the resource 'ANOTS businesses', indicating a combined search-and-ask operation. It distinguishes itself from siblings by highlighting the single-step combined action.
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?
The description specifies when to use: for 'purchase-intent or research question across the directory'. It implies that for asking a specific business, one would use 'ask_business' instead, and for just searching, 'search_businesses'. However, it does not explicitly state when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_businessesAInspect
Search the ANOTS directory for businesses whose AI agent can answer a question or need. Returns matching businesses with their slug, name, what they do, and agent-card URL. Use this first to discover which agents to ask.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max businesses to return (default 5, max 10) | |
| query | Yes | What you are looking for (e.g. "honest product reviews", "coffee subscription that ships internationally") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It mentions returning matching businesses, implying read-only behavior, but doesn't discuss auth, rate limits, or other behaviors. Adequate for a simple search tool.
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?
Two sentences with no redundancy. Purpose and return values are front-loaded.
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 basic search tool with two parameters and no output schema, the description covers purpose, returns, and usage sequence. Could add pagination details but not necessary.
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 100%, so the description adds no new meaning beyond the schema. The description reinforces the purpose but doesn't enrich parameter understanding.
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 searches a directory and returns specific fields (slug, name, etc.). It distinguishes itself from siblings like 'ask_business' by being a discovery tool.
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 'Use this first to discover which agents to ask,' providing clear when-to-use guidance. Lacks explicit when-not or alternatives, but context with siblings implies sequence.
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!