Skip to main content
Glama

Server Details

Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
aimnis/aimnis
GitHub Stars
0
Server Listing
Aimnis

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: register for API key, search for queries, stats for cache metrics. No overlap.

Naming Consistency4/5

All tool names are single, lowercase words, but they mix verb (register, search) and noun (stats). Consistent style but not a strict pattern.

Tool Count4/5

Three tools is minimal but reasonable for a search server covering key management, search, and stats. Could benefit from one or two more.

Completeness4/5

Covers core operations: registration, search, and metrics. Missing cache management or detailed entry inspection, but sufficient for basic use.

Available Tools

3 tools
registerAInspect

Get your user a free Aimnis API key (no credit card, takes one call).

Ask your user for their email address first. The key comes back in this tool
result — relay it to the user so they can save it and add it to your MCP
connection ('Authorization: Bearer aim_...'). A key raises the daily
live-search limits; cached answers are always free, with or without a key.
Re-registering with the same email rotates (replaces) that email's key.
ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesYour USER'S email address — ask them for it first, never invent or guess one. The key is returned in this result and a copy is emailed to this address.
use_caseNoOptional one-line note on what the key will be used for.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

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

Discloses that the tool is a write operation (creating/rotating keys), the key is returned in the result and emailed, and re-registering replaces the key. Annotations already indicate non-readOnly, so description adds valuable context about user permission and key handling without contradiction.

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?

Description is well-structured and front-loaded with the key purpose. It includes necessary details but could be slightly more concise; however, every sentence adds value.

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?

Given the simple tool with full schema coverage, annotations, and an output schema, the description is complete. It explains the result format, key usage, and limits, leaving no ambiguity for an AI agent.

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 coverage is 100% with detailed descriptions for both parameters. The tool description reiterates the need for the user's own email and the optional use_case, but adds no new semantic meaning beyond what the schema provides.

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 clearly states the tool obtains a free Aimnis API key for the user, specifying no credit card needed and one call. The verb 'get' and resource 'Aimnis API key' are specific, and it distinguishes from sibling tools 'search' and 'stats' which serve different purposes.

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?

Explicitly instructs to ask user for their email first, warns against guessing, and explains what to do with the resulting key. Also notes re-registration behavior, providing clear when-to-use and when-not-to-use guidance.

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

statsA
Read-onlyIdempotent
Inspect

Report Aimnis flywheel statistics: knowledge-pool (cache) size, cache hit rate (all-time and recent), and the most-reused queries.

This is the Gate 1 pass/kill metric — cache hit rate should climb as the
corpus grows. Call it to see whether the compounding-pool thesis is holding.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds specific details on what statistics are reported (cache size, hit rates, queries), going beyond the annotations without 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?

Two sentences, each essential. First sentence states what the tool reports; second gives the business context and motivation. No verbose or redundant content.

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 zero-parameter, read-only tool with an output schema, the description explains the returned metrics and the strategic reason to call it. This provides complete context for proper usage.

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?

Input schema has zero parameters, and schema coverage is 100%. The description adds no parameter info, but baseline for 0 params is 4. No explanation needed.

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 it reports Aimnis flywheel statistics (cache size, hit rate, most-reused queries). The verb 'report' and specific resource are explicit, distinguishing from sibling tools 'register' and 'search'.

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 provides a clear usage context: 'Call it to see whether the compounding-pool thesis is holding' and identifies it as a Gate 1 pass/kill metric. It lacks explicit 'when not to use' or alternative tool comparisons, but the context is sufficient.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Shared research cache for AI agents. Caches web research across sessions and users - hit means instant answer from verified sources, miss means your research saves the next dev's tokens. Semantic search with freshness tracking, gap detection, and real-time token measurement via JSONL. Free, open source.
    3
    35
    9
    AGPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.
    5
    20
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Provides AI coding agents with a live web search tool that returns extracted, answer-ready text from web pages. Enables real-time information retrieval without any local installation or maintenance.
    14
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.