-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlitmaps.json
17 lines (17 loc) · 1.07 KB
/
litmaps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schema_version": "v1",
"name_for_model": "litmaps",
"name_for_human": "Litmaps",
"description_for_model": "Tool for exploring the scientific literature. View relevant papers to your searches and generate mindmaps of the literature. Discover new papers related to your work using the citation network. Use the Litmaps articleId with the application url like this: https://app.litmaps.com/seed/<articleId> to provide the user with a link to a seed map. A seed map in Litmaps, is an overview of the literature that is connected to a specific article. Do not provide a seed map link by providing the searchId like this: https://app.litmaps.com/seed/<searchId>",
"description_for_human": "Get help exploring the scientific literature. Find relevant papers and generate mindmaps of the literature.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://api.litmaps.com/openapi.yaml"
},
"logo_url": "https://api.litmaps.com/litmaps-icon.png",
"contact_email": "support@litmaps.com",
"legal_info_url": "https://www.litmaps.com/terms-of-service"
}