Skip to main content
Glama

Server Details

Official ImageKit developer server: search the docs and build transformation URLs. No sign-in.

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
imagekit-developer/skills
GitHub Stars
2

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one searches documentation, the other builds transformation URLs. No overlap or ambiguity exists between them.

Naming Consistency3/5

Both names are readable and descriptive, but they follow different patterns: 'search_docs' is verb_noun, while 'transformation_builder' is noun_noun (with builder as agentive). The mixed phrasing is noticeable, though each is self-explanatory.

Tool Count2/5

With only 2 tools, the server feels very thin for the ImageKit domain, which typically includes asset management, uploads, and transformations. The pair covers only a narrow slice of developer workflow, leaving most interactions unaddressed.

Completeness2/5

The tool surface is severely limited: it provides doc search and URL building, but no tools for uploading, listing, deleting, or transforming assets directly, nor any management endpoints. The purpose is unclear beyond these two utilities, leaving major workflow gaps.

Available Tools

2 tools
search_docsAInspect

Search ImageKit documentation using semantic search.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query about ImageKit features, APIs, SDKs, etc.
sourcesNoOptional list of documentation sources to search within. If not provided, sources are auto-detected from the query.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions 'semantic search,' which hints at search behavior, but does not disclose side effects, permissions, rate limits, or any operational characteristics beyond the basic read action. The description is safe and accurate but thin on behavioral 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, well-structured sentence that is front-loaded with the key action and object. There is no redundant information, and it earns its place without extra fluff.

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 search tool with full schema coverage and an output schema, the description is adequately complete. It covers the primary purpose and the parameters are self-explanatory. However, it lacks usage examples or mention of typical scenarios, which would elevate it further, but is not critical given the tool's simplicity.

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 provides 100% coverage of the two parameters ('query' and 'sources'), each with clear descriptions and defaults. The tool description adds no extra meaning or examples beyond the schema, so the baseline of 3 for high schema coverage 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 states a specific verb ('Search'), a clear resource ('ImageKit documentation'), and a distinguishing method ('semantic search'). It is immediately obvious what the tool does and it is distinct from the sibling tool 'transformation_builder', which is about building transformations rather than searching docs.

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 usage for searching documentation, but it provides no explicit guidance on when to use this tool versus the sibling tool 'transformation_builder'. There are no exclusions, alternatives, or prerequisites mentioned, leaving it to the agent to infer context from the tool name and purpose.

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

transformation_builderAInspect

Build an ImageKit image/video transformation URL from a natural language description.

ParametersJSON Schema
NameRequiredDescriptionDefault
srcNoOptional source image URL. If not provided, a default sample image is used.
queryYesNatural language description of the desired transformation (e.g. "resize to 800x600", "add blur and grayscale", "remove background").
fetch_url_to_checkNoWhether to verify the generated URL is accessible via CDN.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.5/5.0
Behavior2/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 of behavioral disclosure. It only mentions building a URL, but does not disclose that the tool may perform network requests (e.g., via fetch_url_to_check), any authentication requirements, or side effects. This is a significant gap for an external-service tool.

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 that states the tool's core purpose without any fluff. It is front-loaded with the key action and resource, making it easy for an agent to quickly grasp the tool's function.

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?

The description is minimal but the schema covers parameter details, and there is an output schema present. However, it does not mention the optional src parameter or the URL verification behavior, nor any limitations of the natural language processing. For a tool with no annotations, the description could provide more context to be fully self-sufficient.

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 the schema already provides detailed descriptions for all three parameters (src, query, fetch_url_to_check). The description does not add additional semantic context beyond what the schema gives, so the 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 the tool's action (build), the resource (ImageKit image/video transformation URL), and the input (natural language description). This is a specific verb+resource description that differentiates it from the only sibling, search_docs, which is obviously unrelated.

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 usage context by specifying it builds transformation URLs from natural language, but it does not explicitly state when to prefer this tool over alternatives or mention any exclusions. With only one sibling (search_docs) that is clearly distinct, the usage is inferred rather than explicitly guided.

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. 2 tool updates
    • First observedsearch_docs
    • First observedtransformation_builder

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Official MCP server for UploadKit, the file-uploads platform for developers. Gives Claude Code, Cursor, Windsurf, and Zed first-class knowledge of UploadKit's 40+ open-source React components, Next.js route handler scaffolding, wiring, BYOS (S3/R2/GCS/B2) configuration, and full-text search across 88+ docs pages. Runs locally via npx — no API key, no telemetry, no config.
    11
    1 npm
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    This server enables AI systems to integrate with Tavily's search and data extraction tools, providing real-time web information access and domain-specific searches.
    4
    15,779 npm
    2,378
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    This server provides tools for uploading images and videos directly to Cloudinary using Claude/Cline, facilitating resource management with customizable options like resource type and public ID.
    1
    18 npm
    10
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.