Skip to content

Commit 85fbc6d

Browse files
chore: update notion-remote tool names (#234)
* chore: update tool names Signed-off-by: Dan Barr <[email protected]> * chore: update tool lists for MCP servers\n\nWarning added for servers:\n- notion-remote\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: danbarr <[email protected]> --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent b417242 commit 85fbc6d

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

registry/notion-remote/spec.yaml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# WARNING: Tool list fetch failed on 2025-10-07
2+
# Manual verification may be required
13
url: https://mcp.notion.com/mcp
24
description: Notion's official remote MCP server for workspaces, pages, databases, and comments
35
transport: streamable-http
@@ -17,24 +19,25 @@ tags:
1719
- collaboration
1820
tools:
1921
# Search and content retrieval
20-
- search
21-
- fetch
22+
- notion-search
23+
- notion-fetch
2224
# Page operations
23-
- create-pages
24-
- update-page
25-
- move-pages
26-
- duplicate-page
25+
- notion-create-pages
26+
- notion-update-page
27+
- notion-move-pages
28+
- notion-duplicate-page
2729
# Database operations
28-
- create-database
29-
- update-database
30+
- notion-create-database
31+
- notion-update-database
3032
# Comment operations
31-
- create-comment
32-
- get-comments
33+
- notion-create-comment
34+
- notion-get-comments
3335
# User operations
34-
- get-users
35-
- get-user
36-
- get-self
36+
- notion-get-teams
37+
- notion-get-users
38+
- notion-get-user
39+
- notion-get-self
3740
metadata:
3841
stars: 0
3942
pulls: 0
40-
last_updated: 2025-09-11T02:29:32Z
43+
last_updated: 2025-10-07T15:14:32Z

0 commit comments

Comments
 (0)