Hi all, https://&lt;accountid&gt;<.suitetalk.api.n...
# ai-netsuite
w
Hi all, https://<accountid>.suitetalk.api.netsuite.com/services/mcp/v1/all is the server URL for all tools and https://<aacountid>.suitetalk.api.netsuite.com/services/mcp/v1/suiteapp/com.netsuite.mcpstandardtools is the URL for tools installed as a Suiteapp (in this case netsuite standard tools). But what is the URL format for tools that are deployed as an account customization?
r
• • *https://<*_accountid_*>.suitetalk.api.netsuite.com/services/mcp/v1/suiteapp/<*_applicationid_*>* - Returns only the custom tools exposed by the specified SuiteApp. For example, the URL for the MCP Standard Tools SuiteApp is: https://_<accountid>_.suitetalk.api.netsuite.com/services/mcp/v1/suiteapp/com.netsuite.mcpstandardtools Where you must replace <accountid> with the ID of your account. The structure of <_applicationid_> is: <_publisherid_>.<_projectid_> where <_publisherid_> could be, for example, “com.netsuite”, and <_projectid_>, for instance, “mcpstandardtools”.
w
Yeah, I've read that too. But that doesn't tell me how to structure it when it is not a Suiteapp.
r
Hey @Watz I believe if you’re wanting to use MCP you need to use the standard tools then use the url from that article.
I might be wrong here
w
@Watz I'm having that same issue. The standard tools are available to ChatGPT using
https://<accountid>.<http://suitetalk.api.netsuite.com/services/mcp/v1/all|suitetalk.api.netsuite.com/services/mcp/v1/all>
, but my custom tool is not available with that URL, even though the custom tool shows up in NS on the Custom Tools page alongside the standard MCP toolsets. Did you ever figure out how to share your custom tool with AI?
I've found the solution, but it is terrible. Maybe this is just a ChatGPT thing. In order to see any schema changes in ChatGPT, you have to create a new development app EVERY TIME!