search-products
Search for products on Terminal.shop MCP Server by entering a query. This tool enables browsing and accessing product details through its API for efficient product discovery.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"type": "string"
}
},
"type": "object"
}