{"commands":[{"name":"category.lookup.children","version":1,"description":"Read one safe category level at a time without returning a full tree.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","additionalProperties":false,"properties":{"parentRef":{"type":"string","minLength":1,"maxLength":240},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"category.lookup.resolve","version":1,"description":"Validate an opaque category reference and return safe display metadata.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","additionalProperties":false,"required":["categoryRef"],"properties":{"categoryRef":{"type":"string","minLength":1,"maxLength":240},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"category.lookup.search","version":1,"description":"Search active approved listing categories without exposing the full taxonomy.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","additionalProperties":false,"required":["query"],"properties":{"query":{"type":"string","minLength":1,"maxLength":120},"locale":{"type":"string","minLength":2,"maxLength":20},"parentRef":{"type":"string","minLength":1,"maxLength":240}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"listing.draft.create","version":1,"description":"Create an agent-assisted listing draft for the represented human.","requiredScopes":["drafts:write"],"risk":"DRAFT_WRITE","approval":"GRANT","feature":"DRAFTS","public":false,"inputSchema":{"type":"object","additionalProperties":false,"required":["title","priceCents"],"properties":{"title":{"type":"string","minLength":1,"maxLength":120},"description":{"type":"string","maxLength":1500},"listingMode":{"type":"string","enum":["SALE","GIVEAWAY"]},"priceCents":{"type":"integer","minimum":0},"pickupPostalCode":{"type":"string","maxLength":20},"useAuthorPostalCode":{"type":"boolean"},"imageUrls":{"type":"array"},"categoryRef":{"type":"string","maxLength":240},"categoryQuery":{"type":"string","maxLength":120},"attributes":{"type":"array"},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"listing.draft.validate","version":1,"description":"Validate an agent listing draft with the same checks used for human listing creation.","requiredScopes":["drafts:write"],"risk":"DRAFT_WRITE","approval":"GRANT","feature":"DRAFTS","public":false,"inputSchema":{"type":"object","additionalProperties":false,"required":["draftId"],"properties":{"draftId":{"type":"string","minLength":1,"maxLength":100},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"listing.publish.execute","version":1,"description":"Publish a validated agent listing draft after explicit human approval.","requiredScopes":["drafts:write"],"risk":"DRAFT_WRITE","approval":"USER_CONFIRMATION","feature":"DRAFTS","public":false,"inputSchema":{"type":"object","additionalProperties":false,"required":["draftId"],"properties":{"draftId":{"type":"string","minLength":1,"maxLength":100},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"listing.publish.prepare","version":1,"description":"Prepare an exact publish payload preview for an agent listing draft.","requiredScopes":["drafts:read"],"risk":"READ","approval":"GRANT","feature":"DRAFTS","public":false,"inputSchema":{"type":"object","additionalProperties":false,"required":["draftId"],"properties":{"draftId":{"type":"string","minLength":1,"maxLength":100},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"listing.suggestion.from_image","version":1,"description":"Analyze one product image and return draft-ready listing suggestions without creating a listing.","requiredScopes":["drafts:write"],"risk":"READ","approval":"GRANT","feature":"DRAFTS","public":false,"inputSchema":{"type":"object","additionalProperties":false,"required":["imageBase64"],"properties":{"imageBase64":{"type":"string","minLength":100,"maxLength":15000000},"locale":{"type":"string","minLength":2,"maxLength":20}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"marketplace.articles.get","version":1,"description":"Read one public Limowo article by stable identifier.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","additionalProperties":false,"required":["id"],"properties":{"id":{"type":"string","minLength":1,"maxLength":100}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"marketplace.articles.search","version":1,"description":"Search active native Limowo marketplace articles.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","additionalProperties":false,"properties":{"query":{"type":"string","maxLength":200},"categoryRef":{"type":"string","maxLength":240},"location":{"type":"string","maxLength":100},"isFree":{"type":"boolean"},"listingMode":{"type":"string","enum":["SALE","GIVEAWAY"]},"minPriceCents":{"type":"integer","minimum":0},"maxPriceCents":{"type":"integer","minimum":0},"maxDistanceKm":{"type":"number","minimum":0,"maximum":1000},"skip":{"type":"integer","minimum":0},"take":{"type":"integer","minimum":1,"maximum":50}}},"available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"marketplace.categories.list","version":1,"description":"Deprecated. Full category tree export is disabled; use category.lookup.search or category.lookup.children.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","properties":{},"additionalProperties":false},"deprecated":true,"replacement":"category.lookup.children","available":true,"supportsPreparation":true,"supportsExecution":true},{"name":"system.capabilities.list","version":1,"description":"List the typed commands currently exposed by Limowo.","requiredScopes":[],"risk":"READ","approval":"NONE","feature":"DISCOVERY","public":true,"inputSchema":{"type":"object","properties":{},"additionalProperties":false},"available":true,"supportsPreparation":true,"supportsExecution":true}]}