Skip to content

Commit 5fccbd8

Browse files
committed
Create tools.json for all MCP servers, plumb bearer tokens for non-oauth remote MCPs that require api keys
1 parent 756e31b commit 5fccbd8

File tree

57 files changed

+568
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+568
-0
lines changed

servers/apify/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

servers/asana/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

servers/astro-docs/tools.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"name": "search_astro_docs",
4+
"description": "Search the official Astro framework docs",
5+
"arguments": [
6+
{
7+
"name": "query",
8+
"type": "string",
9+
"description": "Search query",
10+
"required": true
11+
}
12+
]
13+
}
14+
]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"name": "search_jira_issues",
4+
"description": "Search for Jira issues across projects",
5+
"arguments": []
6+
},
7+
{
8+
"name": "create_jira_issue",
9+
"description": "Create a new Jira issue",
10+
"arguments": []
11+
},
12+
{
13+
"name": "search_confluence_pages",
14+
"description": "Search for Confluence pages and content",
15+
"arguments": []
16+
},
17+
{
18+
"name": "create_confluence_page",
19+
"description": "Create a new Confluence page",
20+
"arguments": []
21+
},
22+
{
23+
"name": "summarize_content",
24+
"description": "Summarize content across Jira, Confluence, and Compass",
25+
"arguments": []
26+
}
27+
]

servers/audioscrape/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

servers/box-remote/tools.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"name": "box_who_am_i",
4+
"description": "Get current user information",
5+
"arguments": []
6+
},
7+
{
8+
"name": "box_authorize_app_tool",
9+
"description": "Start Box application authorization",
10+
"arguments": []
11+
},
12+
{
13+
"name": "box_search_tool",
14+
"description": "Search for files in Box",
15+
"arguments": []
16+
},
17+
{
18+
"name": "box_read_tool",
19+
"description": "Read text content of Box files",
20+
"arguments": []
21+
},
22+
{
23+
"name": "box_ai_ask_file_single_tool",
24+
"description": "Query AI about a single file",
25+
"arguments": []
26+
},
27+
{
28+
"name": "box_ai_ask_file_multi_tool",
29+
"description": "Query AI using multiple files",
30+
"arguments": []
31+
},
32+
{
33+
"name": "box_ai_ask_hub_tool",
34+
"description": "Ask AI about a hub",
35+
"arguments": []
36+
},
37+
{
38+
"name": "box_ai_extract_freeform_tool",
39+
"description": "Extract data using freeform AI prompts",
40+
"arguments": []
41+
},
42+
{
43+
"name": "box_ai_extract_structured_using_fields_tool",
44+
"description": "Extract structured data with specified fields",
45+
"arguments": []
46+
},
47+
{
48+
"name": "box_upload_file_from_path_tool",
49+
"description": "Upload files from local filesystem",
50+
"arguments": []
51+
},
52+
{
53+
"name": "box_upload_file_from_content_tool",
54+
"description": "Upload content as files",
55+
"arguments": []
56+
},
57+
{
58+
"name": "box_download_file_tool",
59+
"description": "Download files from Box",
60+
"arguments": []
61+
}
62+
]

servers/canva/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

servers/carbon-voice/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

servers/close/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)