Skip to main content
Glama

Server Details

Search products and stores in nearby physical stores near you.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
rubenayla/partle-mcp
GitHub Stars
0
Server Listing
Partle

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
create_productInspect

Create a new product listing. Requires an API key (generate at /account).

Args:
    api_key: Your Partle API key (starts with pk_).
    name: Product name.
    description: Product description (optional).
    price: Price in the given currency (optional).
    currency: Currency symbol, defaults to €.
    url: Link to the product page (optional).
    store_id: Store ID to list under (optional — omit for personal listing).
ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
nameYes
priceNo
api_keyYes
currencyNo
store_idNo
descriptionNo
get_productInspect

Get detailed information about a single product by its ID.

Args:
    product_id: The product ID.
ParametersJSON Schema
NameRequiredDescriptionDefault
product_idYes
get_statsInspect

Get platform statistics (total products, total stores).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_storeInspect

Get detailed information about a single store by its ID.

Args:
    store_id: The store ID.
ParametersJSON Schema
NameRequiredDescriptionDefault
store_idYes
search_productsInspect

Search marketplace products by name or description.

Args:
    query: Search term (e.g. "wireless headphones", "cerrojo").
    min_price: Minimum price filter in EUR.
    max_price: Maximum price filter in EUR.
    tags: Comma-separated tag filter (e.g. "electronics,bluetooth").
    sort_by: Sort order — one of "price_desc", "name_asc", "newest", "oldest".
    limit: Max results (1-100, default 20).
ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNo
limitNo
queryYes
sort_byNo
max_priceNo
min_priceNo
search_storesInspect

Search or list stores in the marketplace.

Args:
    query: Optional search term to filter stores by name or address.
    limit: Max results (1-50, default 20).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
upload_product_imageInspect

Upload an image for a product. Provide either image_base64 or image_url (not both).

Args:
    api_key: Your Partle API key (starts with pk_).
    product_id: ID of the product to attach the image to.
    image_base64: Base64-encoded image data.
    content_type: MIME type when using image_base64 (e.g. "image/jpeg"). Required with image_base64.
    image_url: URL to download the image from (alternative to image_base64).
ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYes
image_urlNo
product_idYes
content_typeNo
image_base64No

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.