Skip to main content
Glama

AI Research MCP Server

by nanyang12138

generate_daily_summary

Create daily AI research summaries by aggregating papers, GitHub repositories, and Hugging Face models to track progress across multiple research areas.

Instructions

Generate a comprehensive daily summary of AI research activity

Input Schema

NameRequiredDescriptionDefault
include_papersNoInclude papers section
include_reposNoInclude GitHub repos section
include_modelsNoInclude Hugging Face models section

Input Schema (JSON Schema)

{ "properties": { "include_models": { "default": true, "description": "Include Hugging Face models section", "type": "boolean" }, "include_papers": { "default": true, "description": "Include papers section", "type": "boolean" }, "include_repos": { "default": true, "description": "Include GitHub repos section", "type": "boolean" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nanyang12138/AI-Research-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server