Skip to main content
Glama

Server Details

Search and read the aicoolies developer-tools knowledge graph.

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
Uptime
100.0% over 23 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct concern: context (full catalog index), meta (counts/timestamps), single tool fetch, developer resources listing, and search. No two tools overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_catalog_context, get_catalog_meta, get_tool, list_developer_resources, search_tools. The verbs (get/list/search) are appropriate and predictable.

Tool Count5/5

With 5 tools, the server is well-scoped for a read-only catalog. Each tool serves a clear function without redundancy or bloat.

Completeness5/5

The tool set covers the full catalog lifecycle: browsing (context), understanding size/freshness (meta), searching, fetching specific items, and accessing developer resources. No obvious gaps for a read-only public catalog.

Available Tools

5 tools
get_catalog_contextBInspect

Return the filterable aicoolies catalog index. Equivalent to GET /api/agents/context. Optional category slug, include list, and compact slug-only mode.

ParametersJSON Schema
NameRequiredDescriptionDefault
compactNoIf true, return slugs only
includeNoComma-separated collections: tools,comparisons,reviews,stacks (deprecated, always empty),use_cases,categories,tags
categoryNoCategory slug, for example ai-native-ides

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It implies a read operation via 'Return' and 'GET', which is a useful behavioral signal. It also notes that the 'stacks' include value is 'deprecated, always empty', adding nuance. However, it does not explicitly state that the operation is side-effect free, nor does it disclose anything about response size, pagination, or rate limits. This is adequate but not comprehensive.

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 two sentences long, with the purpose front-loaded in the first sentence. The second sentence summarizes the parameters in a compact way without unnecessary detail. It earns a 4 because it is efficient and to the point, though it loses one point for not explicitly routing the agent to alternatives (which would enhance structure).

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 tool that returns a catalog index, the description fails to specify the actual return structure (e.g., whether it's a list of objects, slugs, or a hierarchical tree). It mentions 'compact slug-only mode' implying a default richer format, but without any detail on fields or pagination, an agent cannot reliably predict the output. Given the absence of an output schema, the description should have been more explicit about what 'index' contains. This is a notable gap, so 3 is fair.

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 already describes all three parameters with full coverage (100%). The description's second sentence ('Optional category slug, include list, and compact slug-only mode') essentially restates the schema content without adding new meaning. The 'deprecated, always empty' note is already in the schema for 'include', so the description adds no value 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.

Purpose4/5

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

The description clearly states a verb ('Return') and a resource ('filterable aicoolies catalog index'), which is specific. It also adds an API equivalent ('Equivalent to GET /api/agents/context') that grounds the purpose. However, it does not explicitly contrast with siblings like get_catalog_meta; the word 'index' implies distinction, but it's inferred rather than stated, so it's not a perfect 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus siblings like search_tools or get_catalog_meta. The description only lists optional parameters, not the context in which this index is preferred. The lack of any 'use when' or 'use instead' signal means an agent must reason from the name alone, which is insufficient.

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

get_catalog_metaAInspect

Return aicoolies collection counts and freshness timestamps. Equivalent to GET /api/agents/meta. Use this before pulling the full context payload.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/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. It discloses that the tool returns counts and timestamps and implies a read-only GET operation via the endpoint equivalence, but it does not explicitly state side-effect freedom or any rate-limit/auth considerations. This is acceptable for a simple metadata read but not rich.

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 tight sentences with no filler. The core purpose and the usage hint are both front-loaded, and the endpoint equivalence is useful without bloating the description.

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 parameterless metadata tool, the description gives enough to select and invoke it correctly: return contents, endpoint, and recommended usage order. It omits exact response shape, but the absence of an output schema and the simple nature of the data make this a minor gap.

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 and the schema is fully covered by an empty object. With no parameters, the description cannot add parameter meaning, and the baseline of 4 is appropriate for a no-parameter tool.

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 and resource: returns catalog collection counts and freshness timestamps, with an explicit HTTP endpoint equivalent. It also distinguishes itself from sibling get_catalog_context by positioning itself as the lightweight metadata precursor.

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?

Explicitly advises using this tool before pulling the full context payload, giving clear sequencing guidance. It does not name alternative tools or exclusion conditions, but the usage context is clear enough for an agent to decide when this is appropriate.

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

get_toolAInspect

Fetch one aicoolies tool by slug from the public catalog.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug, for example cursor

TDQS

A4/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 burden. 'Fetch' implies a read-only operation and 'public catalog' suggests no authentication, but the description does not mention behavior for unknown slugs, output format, or error handling. This is adequate but not rich.

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 focused sentence with no filler. The key identifying information is front-loaded: fetch, one tool, by slug, public catalog.

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 one-parameter retrieval tool, the description covers the essential context. There is no output schema, so a note about return format or not-found behavior would improve completeness, but the core operation is sufficiently described.

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%, with the single required parameter 'slug' already documented in the schema. The description adds little beyond repeating 'by slug', so a 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 states a specific verb ('Fetch'), a specific resource ('one aicoolies tool'), and the key discriminator ('by slug'). This clearly distinguishes it from sibling tools like search_tools and list_developer_resources.

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 gives clear context: use this when you know a tool's slug and want a single tool from the public catalog. It does not explicitly name alternatives or exclusions, but the slug-based single-item retrieval is an evident trigger condition.

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

list_developer_resourcesAInspect

List official aicoolies developer resources: OpenAPI, MCP, llms.txt, datasets, and the developer portal. No arguments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavior disclosure; the verb 'List' implies a non-mutating retrieval, and 'No arguments' signals invocation constraints. It does not disclose return shape, whether links/URLs are returned, or any auth/rate-limit considerations.

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 short sentences front-load the action and resource, then concretely enumerate the included items and the no-argument requirement. Every sentence earns its place.

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 no-argument listing tool, the description is nearly complete: it names all resource categories and sets invocation expectations. It could be slightly stronger by stating what the response contains (e.g., a list of links), but the call itself is fully specified.

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?

There are zero parameters and the schema already documents an empty object; the description reinforces this with 'No arguments.' There is no semantic gap for the agent to resolve.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

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

The description uses a specific verb and resource ('List official aicoolies developer resources') and enumerates concrete item types (OpenAPI, MCP, llms.txt, datasets, developer portal). It is clear but does not explicitly differentiate from sibling catalog tools such as get_tool or search_tools.

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 intended use is implied by the listing purpose and the explicit 'No arguments' statement, so an agent can infer when to call it. However, it gives no guidance about when to prefer this tool over the sibling get_* or search_* tools, and no exclusions or alternatives are mentioned.

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 aicoolies tool catalog by name or slug and return matching public records.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesCase-insensitive name or slug fragment
limitNoMax rows, default 10, max 25

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It states the operation is a search and that results are limited to public records, which is useful. However, it does not describe result shape, pagination behavior beyond the schema, or any other runtime characteristics.

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?

A single sentence that is direct and front-loaded. Every clause contributes: the resource, the search keys, and the result scope. There is no filler or redundant restatement.

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 two-parameter search tool with fully documented parameters, the description is nearly complete. It identifies the search target, the matching criteria, and the visibility boundary ('public records'). The main gap is the absence of return-field detail, but the lack of an output schema makes that less critical here.

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%, so the schema already documents both parameters. The description's 'by name or slug' loosely aligns with the q parameter but adds no new meaning beyond the schema. Baseline 3 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 names a specific action ('Search'), a concrete resource ('aicoolies tool catalog'), and the search keys ('by name or slug'). It also clarifies the result type ('matching public records'), which distinguishes it from sibling tools like get_tool.

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 is the right tool for finding tools by name or slug, but it does not explicitly contrast it with get_tool or other siblings. There is no when-not-to-use guidance or mention of alternatives, leaving the agent to infer the appropriate selection.

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.

  1. 1 tool update
    • Changedget_catalog_context1 field changed
      • changedInput schema / properties / include / description
        Previous value: -"Comma-separated collections: tools,comparisons,reviews,stacks,use_cases,categories,tags"New value: +"Comma-separated collections: tools,comparisons,reviews,stacks (deprecated, always empty),use_cases,categories,tags"
  2. 5 tool updates
    • First observedget_catalog_context
    • First observedget_catalog_meta
    • First observedget_tool
    • First observedlist_developer_resources
    • First observedsearch_tools

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Provides read-only hybrid RAG search and discovery over a local-first AI knowledge corpus, enabling semantic and keyword search, browse, digest, and status tools.
    4
    PolyForm Noncommercial 1.0.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Semantic search over local source repositories and forum archives, exposing tools to list sources, search code, read code, and search forum discussions.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources