Skip to main content
Glama
index.js1.21 kB
export const prompts = [ { name: "presearch-deep-dive", description: "Conduct a deep dive research on a topic", arguments: [ { name: "topic", description: "The topic to research", required: true } ], handler: (args) => ({ messages: [ { role: "user", content: { type: "text", text: `Please conduct a deep dive research on: ${args.topic}. Use the presearch_deep_research tool to gather comprehensive information, covering multiple aspects and viewpoints. Provide a detailed summary with citations.`, }, }, ], }) }, { name: "presearch-news", description: "Find the latest news about a topic", arguments: [ { name: "topic", description: "The topic to search for news", required: true } ], handler: (args) => ({ messages: [ { role: "user", content: { type: "text", text: `Find the latest news about: ${args.topic}. Use presearch_ai_search with freshness set to 'day' or 'week'. Summarize the top 5 stories.`, }, }, ], }) } ];

Latest Blog Posts

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/NosytLabs/presearch-search-api-mcp'

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