You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/mcpTools.js
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ export const mcpTools = [
53
53
apiReference: '/api-reference/get-an-entity',
54
54
roles: ['developer','builder']
55
55
},
56
+
{
57
+
name: 'count_entities',
58
+
description: 'Count entities matching specified filters without retrieving entity data. Returns only the count number for efficient queries like "how many services are in production?"',
description: 'Update an existing entity. Only the fields provided will be updated.',
@@ -157,13 +163,8 @@ export const mcpTools = [
157
163
158
164
// Documentation and user tools
159
165
{
160
-
name: 'ask_port_docs',
161
-
description: 'Ask a question about Port documentation',
162
-
roles: ['developer','builder']
163
-
},
164
-
{
165
-
name: 'search_port_docs_sources',
166
-
description: 'Search for relevant Port documentation sources based on a query',
166
+
name: 'search_port_sources',
167
+
description: 'Search the official Port documentation and return the most relevant sections from it for a user query. Each returned section includes the url and its actual content in markdown. Use this tool for all queries that require Port knowledge.',
0 commit comments