Skip to main content
Glama
deficlow

HyperStore MCP

by deficlow

list_apps

List AI applications from the HyperStore catalog, filtered by category, pricing, or keyword. Results are sorted by popularity with pagination.

Instructions

Paginated apps listing with optional filters. Combine category, pricing, and a free-text query to drill down. Returns apps sorted by popularity. Use cursor (last app id from previous page) to paginate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category slug to filter by.
pricingNoFilter by pricing model: 'free', 'freemium', 'paid', 'free-trial', 'subscription', or 'one-time'.
queryNoOptional keyword filter.
cursorNoPagination cursor (app id from prior page).
limitNoMax results per page.
Behavior4/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 discloses key behaviors: results are sorted by popularity, pagination uses a cursor (last app id), and filters can be combined. This adds value beyond the schema by explaining the sorting and pagination mechanism.

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 concise sentences that front-load the purpose and immediately provide actionable guidance. No wasted words; every sentence contributes essential information.

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?

Given 5 optional parameters, no required ones, and no output schema, the description adequately covers usage (filtering and pagination). It could mention default values or rate limits, but it is sufficient for an agent to invoke 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%, so baseline is 3. The description adds meaningful context by explaining how to combine filters and paginate, e.g., 'Use cursor (last app id from previous page) to paginate.' This goes beyond the schema's individual parameter descriptions.

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 it is a 'Paginated apps listing with optional filters', listing specific filter types and pagination behavior. It distinguishes itself from sibling tools like 'search_apps' by focusing on filtering and sorting by popularity, though not explicitly naming alternatives.

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 provides guidance on when to use: for a paginated list with filters, and how to combine filters and paginate. However, it does not specify when to avoid this tool or mention direct alternatives, leaving the agent to infer from sibling tool names.

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/deficlow/HyperStore-MCP'

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