Skip to main content
Glama
glongusmain

glongus-mcp

by glongusmain

Get a Glongus listing

get_listing

Retrieve a marketplace listing by ID, including price in pence, condition, photo URLs, and shipping or collection-only availability. No auth required.

Instructions

Fetch one listing by id (lst_…), including price in pence, condition, photo_urls (public image URLs, may be empty), and whether it ships or is collection-only. No auth needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesListing id, e.g. lst_abc123
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses that no authentication is needed and enumerates the exact fields returned (price in pence, condition, photo_urls, ship/collection). Missing error behavior is a minor gap but acceptable for a simple read operation.

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, front-loaded sentence that contains all essential information—purpose, id format, included fields, and auth requirement—with no redundant words.

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

Completeness5/5

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

For a tool with one parameter and no output schema, the description sufficiently explains what the tool returns and that no auth is needed. It is complete enough for an agent to invoke correctly without additional context.

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 fully documents the sole parameter 'id' with a pattern and example, and the description repeats the pattern (lst_…) without adding new semantic meaning. With 100% schema coverage, a baseline 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 starts with 'Fetch one listing by id', a specific verb and resource, making the tool's purpose unambiguous. It also distinguishes itself from sibling tools like search_listings by emphasizing retrieval of a single listing by id.

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 clearly implies this tool is for fetching a single listing when you already have the id, which provides clear context. It doesn't explicitly name alternatives or exclusions, but the use case is clear enough.

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