Skip to content

Commit dc84c99

Browse files
committed
Address Xquik registry review feedback
1 parent b7c0773 commit dc84c99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mcp-registry/servers/xquik.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"tools": [
5050
{
5151
"name": "explore",
52-
"description": "Search the Xquik API catalog before making live API calls.",
52+
"description": "Search the Xquik API catalog before making live API calls. Runs against an in-memory catalog only, does not make network calls, and is limited by a 60 second execution timeout.",
5353
"inputSchema": {
5454
"type": "object",
5555
"properties": {
5656
"code": {
5757
"type": "string",
58-
"description": "JavaScript async arrow function that filters the Xquik endpoint catalog."
58+
"description": "JavaScript async arrow function for inputSchema.properties.code that filters the Xquik endpoint catalog. No filesystem, process, credential, or outbound network access is available."
5959
}
6060
},
6161
"required": [
@@ -65,13 +65,13 @@
6565
},
6666
{
6767
"name": "xquik",
68-
"description": "Execute authenticated Xquik API calls for X/Twitter data, publishing, monitors, events, webhooks, and account workflows.",
68+
"description": "Execute authenticated Xquik API calls for X/Twitter data, publishing, monitors, events, webhooks, and account workflows. Runs in a restricted server-side sandbox with a 60 second execution timeout.",
6969
"inputSchema": {
7070
"type": "object",
7171
"properties": {
7272
"code": {
7373
"type": "string",
74-
"description": "JavaScript async arrow function that calls xquik.request(path, options)."
74+
"description": "JavaScript async arrow function for inputSchema.properties.code that calls xquik.request(path, options). Authentication is injected by the server; code cannot read credentials, access the filesystem or process, or call arbitrary network hosts."
7575
}
7676
},
7777
"required": [
@@ -99,6 +99,6 @@
9999
"prompt": "Use Xquik to monitor new X posts mentioning my product keyword."
100100
}
101101
],
102-
"is_official": true,
102+
"is_official": false,
103103
"is_archived": false
104104
}

0 commit comments

Comments
 (0)