Skip to main content
Glama
auxiliar-ai
by auxiliar-ai

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.23.1

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: about_auxiliar introduces the service, get_provider details a single provider, get_scorecard shows benchmarks for a verb, and recommend_tools recommends providers. No overlap.

    Naming Consistency5/5

    All tool names use a consistent verb_noun pattern in snake_case (about_auxiliar, get_provider, get_scorecard, recommend_tools), making them predictable and easy to understand.

    Tool Count5/5

    With 4 tools covering onboarding, provider details, benchmarks, and recommendations, the count is well-scoped for an information-focused MCP server about a gateway service.

    Completeness4/5

    The tools cover the main user needs: understanding, provider details, benchmarks, and recommendations. A minor gap is the lack of a tool to list all providers or verbs, but recommend_tools partially addresses this by taking a job as input.

  • Average 4/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

  • This repository is archived. Archived repositories automatically receive an F maintenance tier.

  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

    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 does not mention whether the tool is read-only, requires authentication, or has side effects. The description focuses on the information returned but omits operational behavior.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is a single sentence that conveys multiple aspects efficiently. It is front-loaded with 'Everything about one provider,' but the density may slightly reduce readability. Still, it is concise and structured.

    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?

    Given the lack of output schema, the description lists the key information returned (route, pricing, scorecards), which provides adequate context. However, it does not specify the exact format or structure of the response. For a simple tool with one parameter, this is mostly complete.

    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?

    With 100% schema coverage, the schema already describes the single parameter (slug) fully. The description adds context about the route pattern but does not significantly enhance understanding beyond the schema. Baseline score of 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 that the tool provides comprehensive information about a single provider, including route, pricing, and scorecards. It distinguishes itself from sibling tools like 'get_scorecard' and 'recommend_tools' by focusing on a specific provider's full details.

    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 mentions 'when to choose or avoid it,' implying usage context, but does not explicitly state when to use this tool versus alternatives like 'get_scorecard' or 'about_auxiliar.' No explicit when-not or sibling differentiation.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

    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 mentions returning a leaderboard with metrics and dates, but does not disclose whether the tool is read-only, has rate limits, requires authentication, or any other side effects. The description lacks transparency about the tool's behavior beyond its output.

    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: the first defines the output, the second gives usage guidance. Every word adds value with no repetition or fluff. It is front-loaded with the key information.

    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?

    Given the tool has one parameter with 100% schema coverage, no output schema, and no annotations, the description adequately explains the return data (leaderboard, metrics, dates). It could mention if there are any limits (e.g., number of providers) but is otherwise complete for a simple lookup 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 input schema coverage is 100% with detailed enum descriptions for the 'job' parameter. The description adds context about the output (leaderboard, metrics, dates) but does not add meaning to the parameter itself 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.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description specifies exactly what the tool does: provides a full benchmark leaderboard for one job/verb, listing providers with metrics and dates. It clearly distinguishes from sibling tools like get_provider and recommend_tools by focusing on comparison rather than selection.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description explicitly states the use case: 'Use to compare all options rather than be handed a pick.' This tells the agent when to invoke this tool (when comparing providers) and implies not to use it when a single recommendation is needed.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

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

    With no annotations, the description discloses the tool's behavior well: it ranks providers based on measured benchmarks, returns executable routes, numbers, and caveats. There is no mention of side effects, but as a recommendation tool, destructive actions are unlikely. The description is transparent about inputs and outputs.

    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, each serving a distinct purpose: the first states what the tool does and how it works, the second states what it returns and when to use it. No superfluous information, front-loaded with the core purpose.

    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 tool with 5 parameters and no output schema, the description covers the essential purpose, usage, and return types. It could be more specific about the output structure, but 'executable routes, numbers, and honest caveats' gives adequate guidance. The absence of output schema does not leave critical gaps.

    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% and each parameter has a clear description in the schema. The tool description adds little beyond the schema for parameter meanings, but it provides overall context. Baseline 3 is appropriate as the description does not significantly augment parameter understanding.

    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 uses a specific verb ('Recommend') and resource ('web-access providers'), explicitly states the ranking criteria (measured benchmarks), and distinguishes from siblings by focusing on provider comparison for a given job.

    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 includes 'Use when deciding which search/scraping/crawling/extraction/browser API to use', providing clear context. However, it does not mention when not to use it or explicitly contrast with sibling tools, though the sibling names imply different purposes.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

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

    No annotations are provided, so the description carries the full burden. It accurately describes the tool as an informational resource with no side effects or behavioral traits beyond providing explanations. There is 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?

    The description is extremely concise, using two sentences to convey the essence of the tool. It front-loads the purpose and ends with a direct instruction, wasting no words.

    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?

    Given the tool's low complexity (no parameters, no output schema), the description provides sufficient context about what the tool offers. It could perhaps mention the output format, but is otherwise complete for an informational tool.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The tool has zero parameters, so parameter semantics are automatically satisfied. The description adds context about the gateway's capabilities, but this is not parameter-specific. Baseline score of 4 applies.

    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 that this tool provides information about what auxiliar.ai is and how to use it as an API gateway. It distinguishes itself from sibling tools (get_provider, get_scorecard, recommend_tools) by being the introductory tool.

    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 explicitly says 'Call this to learn how to get a key and call the gateway,' which provides clear context for when to use it. It does not mention alternatives or exclusions but implies this is for initial orientation.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

auxiliar-mcp MCP server

Copy to your README.md:

Score Badge

auxiliar-mcp MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/auxiliar-ai/auxiliar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server