Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

ieee_conferences

Find IEEE conferences and proceedings by topic, year, location, or result count using this specialized search tool.

Instructions

Search IEEE conferences and proceedings

Input Schema

NameRequiredDescriptionDefault
locationNoConference location or region (e.g., "USA", "Europe", "Asia")
maxResultsNoMaximum number of conferences to return (1-50)
topicYesConference topic or field (e.g., "artificial intelligence", "computer vision", "networking")
yearNoConference year (e.g., 2024, 2023)

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "Conference location or region (e.g., \"USA\", \"Europe\", \"Asia\")", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of conferences to return (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "topic": { "description": "Conference topic or field (e.g., \"artificial intelligence\", \"computer vision\", \"networking\")", "type": "string" }, "year": { "description": "Conference year (e.g., 2024, 2023)", "maximum": 2030, "minimum": 2000, "type": "number" } }, "required": [ "topic" ], "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/flyanima/open-search-mcp'

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