Skip to main content
Glama

There's An AI For That

Server Details

Search TAAFT for AI tools and retrieve public tool details.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
taaft/mcp
GitHub Stars
0

Available Tools

2 tools
get_toolAInspect

Get public details for one TAAFT AI tool by slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe tool slug returned by search_tools.

TDQS

A4/5.0
Behavior3/5

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

No annotations provided, so description carries the burden. It discloses that details are 'public' and identifies the lookup mechanism (by slug), but does not describe pagination, response shape, or error behavior for invalid slugs. Acceptable for a simple getter, but with no annotations there is room for more.

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 clear sentence that conveys the action, resource, scope, and identifier mechanism with 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?

For a simple single-parameter lookup with no output schema, the description is nearly complete. It could benefit from stating that the slug must come from search_tools, which is already quoted in the description, so essentially 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?

Schema coverage is 100%, so the single parameter is already documented in the schema. Description adds the source of the slug ('returned by search_tools'), which is useful but does not substantially extend the 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?

States a specific verb ('Get'), resource ('public details for one TAAFT AI tool'), and identifier ('by slug'). Clearly distinguishes from search_tools, which would return multiple tools.

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?

Implied usage: use when you have a specific slug from search_tools. Sibling list includes search_tools, so the agent can infer to use search_tools first, though no explicit when-not-to-use statement is present.

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

search_toolsAInspect

Search the TAAFT directory for AI tools that match a query.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNodefault
typeNo
limitNo
queryYesWhat the user needs an AI tool for.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolsYes

TDQS

A3.6/5.0
Behavior3/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. The verb 'search' implies a non-destructive read operation, but the description does not disclose any potential limitations, rate limits, or whether it modifies data. While it is likely safe, the lack of explicit disclosure makes this average.

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 clear sentence with no redundant information. It is front-loaded with the core action and resource, making it easy to parse quickly.

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?

Given the presence of an output schema and the simplicity of the search tool, the description is adequate but lacks explicit guidance on when to prefer this over get_tool. It also does not mention any usage constraints or additional context that might be helpful, though the schema covers parameter details.

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

Parameters2/5

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

Schema description coverage is only 25% (only the query parameter has a description). The tool description does not compensate for the other three parameters (sort, type, limit) – it only mentions matching a query. The enums in the schema provide some semantic hints, but the description adds no extra value, so it fails to cover the gap.

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 (search) and the resource (the TAAFT directory for AI tools). It is specific about matching a query, and the sibling tool get_tool is implied to be for retrieving a specific tool, so the purpose is distinguishable.

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 this tool is for searching while get_tool is for retrieving a specific tool, but it does not explicitly state when to use this tool versus the alternative. There are no exclusions or conditions provided, so usage guidance is only implicit.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedsearch_tools2 fields changed
      • addedOutput schema / properties / tools / items / properties / website_url
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedOutput schema / properties / tools / items / required
        Previous value: -[
        -  "name",
        -  "slug",
        -  "task",
        -  "tagline",
        -  "url"
        -]New value: +[
        +  "name",
        +  "slug",
        +  "task",
        +  "tagline",
        +  "url",
        +  "website_url"
        +]
  2. 2 tool updates
    • First observedget_tool
    • First observedsearch_tools

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to search, view details, and check availability of tool rental listings from Toolzy's peer-to-peer marketplace.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and retrieve EU research outputs including publications, datasets, software, and funded projects from OpenAIRE.
    15
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to search a curated database of 200+ AI tool cards with pricing, platforms, use cases, and source links, so users can ask which tool to use for a task and get grounded recommendations.
    1
    0
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one searches the directory by query, the other fetches details for a specific tool by slug. There is no overlap or ambiguity in when to use each.

Naming Consistency5/5

Both tool names follow the same verb_noun snake_case pattern: get_tool and search_tools. The naming is predictable and consistent.

Tool Count3/5

Two tools feels thin for a directory service, but it is a minimal read-only surface. The count is borderline rather than severely lacking.

Completeness4/5

The pair covers the core directory workflow: search to discover tools, then get details for a specific one. Browsing by category or listing all tools could be useful additions, but they are not critical gaps.