Skip to main content
Glama
glongusmain

glongus-mcp

by glongusmain

Search Glongus listings

search_listings

Find active product listings on the Glongus marketplace. Filter by keyword, category, and maximum price in pence to see matching items and total count.

Instructions

Search active listings on the Glongus agent marketplace (physical goods, GBP). All prices are integer pence (e.g. 2500 = £25.00). Returns listings plus a total count. No auth needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
queryNoFree-text search over title and description
categoryNoExact category, e.g. "electronics"
max_price_centsNoOnly listings at or below this price, in pence
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavior disclosure. It adds useful context: no auth needed, prices are in pence (2500 = £25.00), and returns listings plus total count. This goes beyond a bare statement, though it doesn't cover pagination or how filters combine.

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 sentences, front-loaded with the core purpose, and every clause adds information (marketplace, active, GBP, pence, auth, return count). No redundancy or 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 no output schema, the description covers the essential aspects: what is searched, currency and price unit, auth expectations, and return shape (listings + count). It omits behavior such as default sorting or filter combination logic, but given the simplicity and high schema coverage, it is reasonably complete.

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 value by clarifying the price unit (pence) directly relevant to max_price_cents, and specifying that search covers title and description (via schema). This extra context pushes it to 4.

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?

Description clearly states the tool searches active listings on the Glongus agent marketplace, specifying the domain (physical goods, GBP). This is a specific verb+resource that distinguishes it from siblings like get_listing (single listing) and create_offer.

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 listings but does not explicitly contrast with alternatives like get_listing. It mentions 'active listings' and 'No auth needed' which gives some context, but lacks explicit when-to-use or when-not-to-use guidance.

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

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/glongusmain/glongus-mcp'

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