Skip to main content
Glama

aik_list

Retrieve a list of knowledge content items (rules, skills, workflows, agents, commands, templates) with optional filtering by category, tag, or query.

Instructions

List available content items (rules, skills, workflows, agents, commands, templates)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by content category
tagNoFilter by tag
queryNoFilter by text query in title/description
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It only states 'List available content items' without explaining authentication requirements, rate limits, or what 'available' means (e.g., items from a repository). The verb 'List' implies a read operation but no further behavioral context is given.

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, concise sentence with 12 words. It efficiently conveys the core purpose without any wasted words, though it could benefit from slight expansion for completeness.

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

Completeness2/5

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

Given the absence of an output schema, the description should compensate by explaining the return format, pagination, or ordering. It lacks this context, leaving the agent unaware of what to expect from the tool's response. For a list tool with 3 optional parameters, more detail is needed.

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% (all three parameters have descriptions in the schema), so the baseline is 3. The tool description does not add any additional context about the parameters beyond what the schema already 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?

The description clearly states the action 'List' and the resource 'available content items' with specific examples (rules, skills, workflows, agents, commands, templates), making the tool's purpose unambiguous and distinct from siblings like aik_delete or aik_get.

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?

No guidance is provided on when to use this tool versus siblings such as aik_list_installed (which lists installed items) or aik_search (which likely searches items). The description does not explain the distinction between 'available' and 'installed' or when each is appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openhoat/aik-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server