Skip to main content
Glama

BigGo MCP Server

by Funmula-Corp
from biggo_mcp_server.types.api_ret.product_search import ListItem, ProductSearchAPIRet from biggo_mcp_server.types.responses import ( ProductSearchToolResponse, SpecSearchToolResponse, ) def test_product_search_resp(): resp = ProductSearchToolResponse(product_search_result=ProductSearchAPIRet(list=[])) assert resp.reason is not None resp = ProductSearchToolResponse( product_search_result=ProductSearchAPIRet( list=[ ListItem( oid="123", title="test", price=100, affurl="/r/some-link", ) ] ) ) assert resp.reason is None def test_spec_search_resp(): resp = SpecSearchToolResponse(hits=[]) assert resp.reason is not None resp = SpecSearchToolResponse(hits=[{"some": "data", "_source": {}}]) assert resp.reason is None

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/Funmula-Corp/BigGo-MCP-Server'

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