Skip to main content
Glama

Server Details

Search a Ukrainian catalog of 21,000+ AI tools — search tools, get details, list categories.

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.

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/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_tool retrieves details by slug, list_categories lists categories, and search_ai_tools searches by keyword. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (get_tool, list_categories, search_ai_tools), making them predictable and easy to understand.

Tool Count5/5

With 3 tools covering search, detail retrieval, and category listing, the count is well-scoped for a catalog lookup service. Each tool earns its place without excess.

Completeness4/5

The main operations for browsing a catalog are covered: search, get details, list categories. A minor gap is the lack of a tool to list all tools without a keyword search, but this is not critical for the domain.

Available Tools

3 tools
get_toolAInspect

Get full details for one AI tool by its slug (as returned by search_ai_tools).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug, e.g. 'notion-ai'.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states 'Get full details' implying a read operation but does not disclose any behavioral traits like rate limits, authentication requirements, or error handling.

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?

One sentence, front-loaded with the action and resource, no redundant information. Every word earns its place.

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 tool's simplicity (one required parameter, no nested objects, no output schema), the description fully covers what an agent needs to invoke it correctly.

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?

Schema coverage is 100% with a clear description for 'slug'. The description adds value beyond the schema by specifying the slug's origin (from search_ai_tools) and providing an example ('notion-ai').

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 action (Get), resource (full details for one AI tool), and identification method (by slug). It distinguishes from sibling tools 'list_categories' and 'search_ai_tools' by specifying a unique lookup key.

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 implies usage after searching (slug returned by search_ai_tools), providing useful context. However, it does not explicitly state when NOT to use it or highlight alternatives.

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

list_categoriesAInspect

List all AI-tool categories available in the catalog.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

The description states 'List all', implying a complete enumeration, but it does not disclose additional traits such as ordering, active status, or rate limits. Since no annotations are provided, the description carries full responsibility for transparency. It is adequate but lacks detail.

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 a single sentence that conveys the tool's purpose without unnecessary words. It is well-structured and front-loaded with the key action and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with no parameters and no output schema, the description gives the core purpose. However, it does not mention the output format (e.g., list of names, IDs, or full objects). Without this, an agent might not know how to use the result correctly. It is minimally complete but could be more helpful.

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 input schema has zero parameters, and schema description coverage is trivially 100%. With 0 parameters, the baseline is 4. The description correctly adds no parameter information, as none exist.

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 'list' and clearly identifies the resource 'AI-tool categories'. It distinguishes from siblings: 'get_tool' retrieves a specific tool's details, and 'search_ai_tools' likely searches with filters. Thus, an agent can easily select this tool for enumerating categories.

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 implies the tool should be used when listing categories, but it does not explicitly state when to use it versus alternatives, nor does it mention prerequisites or exclusions. With sibling tools like 'get_tool' and 'search_ai_tools', some guidance on choosing this tool would be helpful.

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

search_ai_toolsAInspect

Search the AICatalog directory of 20,000+ AI tools by keyword. Returns matching tools with name, tagline, catalog URL and pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-25).
queryYesSearch keywords, e.g. 'video editing'.
Behavior3/5

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

Discloses return fields and directory size but does not mention sorting, pagination, or behavior when query matches no results. Without annotations, more detail would be beneficial.

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, front-loaded with key action, no wasted 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?

Covers purpose, parameters, and return value. Lacks details on sorting and pagination, but adequate for a straightforward search tool with two parameters and no output schema.

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 covers both parameters with descriptions (100% coverage). Description adds context about result set but does not enhance parameter meaning beyond schema.

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 verb 'Search' and resource 'AICatalog directory', specifies return fields (name, tagline, catalog URL, pricing), and distinguishes from sibling tools by focusing on keyword search.

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?

Implies usage for keyword-based discovery but lacks explicit guidance on when to use alternatives like get_tool for specific IDs or list_categories for browsing.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources