Skip to main content
Glama

Agora MCP

by Fewsats

agora_search

Find products in Agora by specifying search terms, price range, and sorting options. Retrieve results based on relevance, price, or custom criteria for efficient product discovery.

Instructions

Search for products matching the query in Agora. Args: q: The search query. count: The number of products to return per page. page: The page number. price_min: The minimum price. Optional price_max: The maximum price. Optional sort: The sort field: price:relevance. order: The sort order: asc or desc. Returns: The search results.

Input Schema

NameRequiredDescriptionDefault
countNo
orderNodesc
pageNo
price_maxNo
price_minNo
qYes
sortNorelevance

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 20, "title": "Count", "type": "integer" }, "order": { "default": "desc", "title": "Order", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "price_max": { "default": 100000, "title": "Price Max", "type": "integer" }, "price_min": { "default": 0, "title": "Price Min", "type": "integer" }, "q": { "title": "Q", "type": "string" }, "sort": { "default": "relevance", "title": "Sort", "type": "string" } }, "required": [ "q" ], "title": "agora_searchArguments", "type": "object" }
Install Server

Other Tools from Agora MCP

Related Tools

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/Fewsats/agora-mcp'

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