Skip to main content
Glama

search_conferences

Read-only

Search academic conferences. Every parameter is optional — combine any of keyword, CCF/CORE/QUALIS rank, research field and submission/conference date ranges. Filter-only queries work fine (e.g. field=ai plus a submission-deadline window, no keyword). Returns a paginated list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-based
fieldNoResearch field (e.g. ai, security, systems, ee, energy) - see the field enum for the full list
queryNoKeyword, matched against short/full name
ccf_rankNoCCF rank
per_pageNoItems per page, max 100
core_rankNoCORE rank
qualis_rankNoQUALIS rank
updated_sinceNoIncremental sync: only venues changed on/after this date (YYYY-MM-DD). Day granularity. Use the updated_at field of the results as your next checkpoint.
conference_date_endNoConference date until (YYYY-MM-DD)
submission_date_endNoSubmission deadline until (YYYY-MM-DD)
conference_date_startNoConference date from (YYYY-MM-DD)
submission_date_startNoSubmission deadline from (YYYY-MM-DD)

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description need not restate safety. It adds useful behavioral context: all parameters are optional, filter-only queries are valid, and the result is a paginated list. No contradiction with annotations.

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 three short sentences, front-loaded with the core purpose. Every sentence earns its place: first defines the tool, second explains parameter flexibility, third gives an example and return type. No redundancy or superfluous detail.

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

Completeness4/5

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

Given the tool has 12 optional parameters and no output schema, the description provides key context (search, filter combinations, paginated list) without over-explaining. It doesn't detail result fields or sorting, but those are not essential for selecting the tool, especially since sibling get_conference likely covers detail retrieval.

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

Parameters4/5

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

Schema descriptions cover 100% of parameters, so baseline is 3. The description adds meaning by explaining that parameters can be combined arbitrarily and that filter-only queries (e.g., field plus submission_date window without keyword) are valid, which is not obvious from individual schema entries.

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 opens with 'Search academic conferences', which is a specific verb+resource. It clearly distinguishes from siblings like list_conferences (search vs. list) and search_journals (conferences vs. journals), and emphasizes the flexible filtering capabilities.

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

Usage Guidelines4/5

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

The description provides clear context: every parameter is optional and can be combined, and filter-only queries are explicitly supported with a concrete example (field=ai plus submission-deadline window). It doesn't explicitly name alternatives or exclusions, but the search/filter nature is implicit from the sibling names.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: get individual entities (conference, journal, researcher), get statistics, browse lists, or search. There is no overlap; list vs search are differentiated by predefined rankings vs keyword filtering.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case: get_*, list_*, search_*. The verbs are appropriate and predictable, with no mixing of conventions.

Tool Count5/5

8 tools is well-scoped for a read-only academic venue information service. It covers retrieval, browsing, searching, and statistics without excess or deficiency.

Completeness5/5

The tool surface covers all expected operations for the domain: individual entity retrieval (conference, journal, researcher), browsing (lists), searching (conferences/journals), and site statistics. Related data is included in entity details, and intentional gaps (no researcher search) are documented.