Skip to main content
Glama

SCP Local MCP Server

Official

scp_update_intent

Modify existing shopping intent status, context, or milestones for authorized merchant domains to track and update customer purchase journeys.

Instructions

Update an existing shopping intent. Domain must be authorized with intent:write scope.

Input Schema

NameRequiredDescriptionDefault
add_milestoneNoAdd a milestone note
contextNoUpdated context
domainYesMerchant domain
intent_idYesIntent ID to update
statusNoNew status

Input Schema (JSON Schema)

{ "properties": { "add_milestone": { "description": "Add a milestone note", "type": "string" }, "context": { "description": "Updated context", "type": "object" }, "domain": { "description": "Merchant domain", "type": "string" }, "intent_id": { "description": "Intent ID to update", "type": "string" }, "status": { "description": "New status", "type": "string" } }, "required": [ "domain", "intent_id" ], "type": "object" }

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/shopper-context-protocol/scp-mcp-wrapper'

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