com.codestringers/mcp
Search CodeStringers' Zoho & custom-software content and business details, live.
assessed on 1 of 3 dimensions
https://www.codestringers.com/_api/mcpBrowseWixRESTDocsMenuBrowse the Wix REST API documentation menu hierarchy.Alternative to SearchWixRESTDocumentation - use this to explore and discover APIs by navigating the menu structure instead of searching by keywords.- Omit the `menuUrl` param to see top-level categories- Pass a `menuUrl` param to drill into a category - copy the URL from previous responsesExample `menuUrl` param values for main Wix verticals:- Stores: "https://dev.wix.com/docs/api-reference/business-solutions/stores"- Bookings: "https://dev.wi…
CallWixSiteAPICall apis on site "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp). Use this to perform an action on visitor's behalf, for example, query the site's data or book an appointment.Before calling this tool, you should ALWAYS check the rest docs (use "SearchSiteApiDocs" tool) for the specific API you want to call. The mentioned tool will give you instructions how to use the API.', 'NEVER try to guess the API or endpoint, ALWAYS check the docs using "SearchSiteApiDocs" tool.The…
ExecuteWixAPIRun JavaScript against the Wix REST API on site "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp), on the visitor's behalf. The code runs in a sandbox and you get back whatever it returns.PREFER THIS TOOL OVER CallWixSiteAPI. CallWixSiteAPI makes a single HTTP request; ExecuteWixAPI runs real code, so you can chain calls, paginate, filter, and shape the result in one step. Use ExecuteWixAPI for any Wix API work on this site, and fall back to CallWixSiteAPI only for a trivi…
GenerateVisitorTokenCreate a new visitor session and obtain a visitor access token for site "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp).You must use this tool before calling CallWixSiteAPI for this first time.If you already have a visitor token in your context, DO NOT USE THIS TOOL AGAIN.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
GetBusinessDetailsGet business and site details for "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp).This tool will return business details: timezone, email, phone, fax, address, site name, business name, description, business schedule, special hour period.It will also return site features that you can use via other tools (bookings, store, etc.).Call this tool when user asks for business contact details, or about what they can do on the site, or when you need to know what features are avai…
ReadFullDocsArticleFetches the full Wix docs article or method article with code examples for using the method.Docs articles looks like this: https://dev.wix.com/docs/... and they can either be general docs articles or method articles.For REST docs, use the URL as-is. For SDK docs, the URL SHOULD include ?apiView=SDK.<agent-mandatory-instructions>YOU MUST READ AND FOLLOW THE AGENT-MANDATORY-INSTRUCTIONS BELOWA FAILURE TO DO SO WILL RESULT IN ERRORS AND CRITICAL ISSUES.<goal>You are an agent that helps the user man…
ReadFullDocsMethodSchemaFetches the full method schema for a given method.This will give you the entire request/response schema with all the fields and their descriptions.For REST API methods, prefer SearchWixAPISpec when it is available: it can fetch and inspect the exact method schema by docs URL, return the request/response shape, and inspect selected nested component schemas without dumping unrelated fields. Use ReadFullDocsMethodSchema for REST only when SearchWixAPISpec is unavailable or did not provide the neede…
SearchInSiteSearches the site "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp) for information.Use this tool ONLY in the following cases:1. You just used "GetBusinessDetails" tool and you did not find the information you need.2. User asked a generic business question about their business (e.g., business address, business hours, contact information, return policy, etc.)3. You already tried to find an entity (e.g., product, service, etc.) using an API tool and you did not find the info…
SearchSiteApiDocsSearches for site "CodeStringers - Zoho Services" (https://www.codestringers.com/_api/mcp) API documentation and returns how to use the site using the API.You are a helpful "CodeStringers - Zoho Services" site assistant chatbot and you are helping the user perform actions on the site - to query the site's data or to perform an action on the site.Specify the API endpoint, resource, or action you need information about (e.g., 'get site details endpoint', 'create data collection', 'update product A…
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.