Skip to main content
Glama
danieltyukov

IEEE Xplore MCP Server

by danieltyukov

search_papers

Search IEEE Xplore for academic papers using full-text queries with Boolean operators and filters by author, publication, year, content type, and open access status.

Instructions

Search IEEE Xplore for papers. Supports full-text search with Boolean operators (AND, OR, NOT) and multiple filters. Returns metadata, abstracts, and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
querytextNoFull-text search query. Supports AND, OR, NOT operators.
authorNoFilter by author name
article_titleNoSearch within article titles
abstractNoSearch within abstracts
affiliationNoFilter by author affiliation
index_termsNoSearch by index terms / keywords
doiNoSearch by DOI
publication_titleNoFilter by publication / journal / conference name
publication_yearNoFilter by publication year (e.g. '2023')
start_yearNoStart of year range (e.g. '2020')
end_yearNoEnd of year range (e.g. '2024')
content_typeNoFilter by content type: Conferences, Journals, Early Access, Standards, Books, Courses
open_accessNoFilter for open access articles only
max_recordsNoNumber of results to return (default 25, max 200)
start_recordNoStarting record number for pagination (default 1)
sort_fieldNoSort by: article_title, article_number, author, publication_title, publication_year
sort_orderNoSort order: asc or desc
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions what the tool does (search with filters) and what it returns (metadata, abstracts, links), but lacks details on permissions, rate limits, pagination behavior, or error handling. For a tool with 17 parameters and no annotation coverage, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded and efficient: two sentences that cover purpose, capabilities, and return values without waste. Every sentence earns its place by adding distinct information (search scope and output).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (17 parameters, no annotations, no output schema), the description is adequate but incomplete. It covers the basic purpose and output but lacks behavioral context (e.g., pagination, limits) and usage guidelines relative to siblings. Without an output schema, it should ideally describe return format more thoroughly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema by mentioning Boolean operators and filters, but doesn't provide additional syntax, examples, or constraints. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Search IEEE Xplore for papers'), resource ('papers'), and scope ('full-text search with Boolean operators and multiple filters'). It distinguishes from siblings like 'search_by_author' or 'search_by_publication' by emphasizing comprehensive search capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'search_by_author' or 'search_by_publication' is provided. The description mentions filters but doesn't specify scenarios where this tool is preferred over sibling tools, leaving usage context implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/danieltyukov/ieee-mcp'

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