Skip to main content
Glama

Server Details

Academic conference & journal CFP deadlines, CCF/ICORE/QUALIS rankings, acceptance rates.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct resource or operation: get_ for single entities, list_ and search_ for browsing/filtering conferences and journals, and get_statistics for site-wide data. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, search_) with clear resource names, making it easy to predict functionality.

Tool Count5/5

With 8 tools covering retrieval, listing, and searching for conferences, journals, researchers, and statistics, the count is well-scoped for a read-only academic resource server.

Completeness4/5

Covers core read operations (get, list, search) for conferences and journals, plus researcher profiles and statistics. Minor gaps like missing direct deadline queries are partially addressed by existing tools.

Available Tools

8 tools
get_conferenceA
Read-only
Inspect

Get full details of a conference by id: basics, CFP text, acceptance-rate history, edition history, structured ratings and comments, related conferences/journals. Free responses link to the Conference Partner detail_page only; paid (x402) calls additionally include the official website URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesConference id
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds value by disclosing behavioral differences between free and paid calls (e.g., free responses link to partner detail page only, paid calls include official website URL). This supplements the annotations without contradiction.

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

Conciseness4/5

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

The description is a single sentence that efficiently conveys the main purpose and an important caveat. It is slightly dense but well-structured, with key information front-loaded.

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

Completeness5/5

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

Given there is no output schema, the description adequately lists all major return components and distinguishes response content by call type. It covers the tool's full scope, and sibling tools are clearly distinct.

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?

With 100% schema description coverage for the single 'id' parameter, baseline is 3. The description confirms the parameter's role but does not add further constraints or formatting details beyond what the schema provides.

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 tool retrieves full details of a conference by ID, listing specific data included (basics, CFP text, acceptance-rate history, edition history, ratings, comments, related conferences/journals). It differentiates between free and paid response content, and the sibling tools list confirms this tool is distinct.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives such as list_conferences or search_conferences. While it implies usage for detailed retrieval, it provides no exclusions or comparative guidance.

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

get_journalA
Read-only
Inspect

Get full details of a journal by id: basics, CFP text, special issues, structured ratings and comments, related journals/conferences. Free responses link to the Conference Partner detail_page only; paid (x402) calls additionally include the official website URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesJournal id
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds value by disclosing that free responses link to the Conference Partner detail_page only, while paid (x402) calls also include the official website URL. This provides behavioral context beyond the annotation.

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 concise (two sentences), front-loaded with the main purpose and list of details, followed by an important nuance about free vs. paid responses. No unnecessary words.

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's simplicity (one parameter, no output schema), the description covers the return content thoroughly and includes a behavioral variant. It lacks explicit mention of error handling or response format, but overall is adequate.

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 coverage is 100% with one parameter 'id' described as 'Journal id'. The description mentions retrieval 'by id' but does not add new semantics about the parameter (e.g., format, source). Baseline score applies as schema is sufficient.

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 it retrieves full details of a journal by ID, listing specifics like basics, CFP text, special issues, ratings, comments, and related entries. This distinguishes it from sibling tools like get_conference, list_journals, and search_journals, which have different purposes.

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

Usage Guidelines3/5

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

The description implies usage when a specific journal ID is known, but it does not explicitly state when to use this tool versus alternatives like search_journals or list_journals. No direct comparisons or exclusions are given.

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

get_researcherA
Read-only
Inspect

Get a researcher's public profile by id: name, institution, auto-generated research-interest summary, CV, tracked/attended conferences and tracked journals. No contact details are ever included. Only individual public profiles are exposed — there is no researcher search or enumeration (mirrors the website, where the researcher directory requires login).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesResearcher (user) id
Behavior5/5

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

The description complements the readOnlyHint annotation by detailing the public nature of the profile, explicitly stating no contact details are ever included, and noting the restriction against enumeration. No contradictions.

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?

Two sentences with no wasted words. The purpose is front-loaded, and each sentence adds distinct value: functionality description and usage constraints.

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

Completeness5/5

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

With one parameter and no output schema, the description fully covers the tool's behavior and return components. It is complete for an agent to understand when and how to use the tool.

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 coverage is 100% for the single parameter 'id', so baseline is 3. The description does not add parameter-specific details beyond the schema but provides valuable output context, justifying a higher score.

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 tool retrieves a researcher's public profile by ID, listing components (name, institution, summary, CV, conferences, journals) and explicitly excluding contact details. It distinguishes from sibling tools like search_conferences or list_conferences by focusing on a single profile.

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

Usage Guidelines5/5

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

The description specifies the tool is for retrieving a single profile by ID and that no search or enumeration is available, providing clear when-to-use and when-not-to-use guidance. It references the website's behavior for context.

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

get_statisticsA
Read-only
Inspect

Site-level public statistics: conference/journal totals, upcoming deadlines by month, conference country distribution, journal impact-factor and publisher distributions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds value by specifying the exact types of statistics returned, providing necessary behavioral context beyond 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 a single, efficient sentence that is front-loaded with the key action and resource. Every word contributes meaning without redundancy.

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 no output schema, the description enumerates the types of statistics returned, which is sufficient for a zero-parameter, read-only tool. It could be more detailed about the response format, but is complete enough for an agent to understand the tool's output.

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

Parameters5/5

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

There are no parameters, so schema coverage is 100% by default. The description is essential to explain what the tool returns, fully compensating for the lack of parameter information.

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 it returns site-level public statistics including conference/journal totals, deadlines, country distribution, impact-factor and publisher distributions. It distinguishes from sibling tools like get_conference and get_journal which focus on individual records.

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 implies use when aggregate statistics are needed, not for individual entries. No explicit when-not is stated, but the read-only nature and lack of parameters make it straightforward.

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

list_conferencesA
Read-only
Inspect

Browse conference lists and rankings (open CFPs, tier lists, popularity, most competitive, etc.), paginated. No keyword filtering — use search_conferences for that.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
rankingYescfp=open calls for papers; past_cfp=expired calls; ccf/core/qualis=tier lists; most_viewed/most_tracked/most_attended=popularity; most_competitive=lowest acceptance rate; upcoming/past=by conference date; trending=most viewed in the last 30 days
per_pageNo
Behavior3/5

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

Annotations already declare readOnlyHint=true. The description adds that it is paginated, which is useful, but does not elaborate on other behavioral traits like rate limits or data freshness. The value added beyond annotations is modest.

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 extremely concise with two sentences. Every word adds value, including the explicit alternative usage. No unnecessary information, perfectly front-loaded with the core purpose.

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 read-only annotation and well-described ranking enum in schema, the description is mostly complete. However, no output schema exists, and the description does not specify the structure of returned data (e.g., fields, format). For a listing tool, this is a minor gap.

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 coverage is 33%, with only the ranking parameter having a detailed description explaining each enum value. The page and per_page parameters lack schema descriptions, and the description only mentions 'paginated' without specifying their semantics. The tool does not compensate fully for the low schema coverage.

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 it is for browsing conference lists and rankings, including specific types like open CFPs, tier lists, and popularity measures. It explicitly distinguishes from search_conferences by noting the lack of keyword filtering, making it easy to select the correct tool.

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

Usage Guidelines5/5

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

Provides explicit guidance: 'No keyword filtering — use search_conferences for that.' This tells the agent when to use this tool and when to choose the alternative. The context of browsing pre-defined rankings is clear.

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

list_journalsA
Read-only
Inspect

Browse journal lists and rankings (special-issue CFPs, CCF, highest impact factor, popularity, all), paginated. No keyword filtering — use search_journals for that.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
rankingYescfp=special-issue calls for papers; ccf=CCF list; highest_if=highest impact factor; most_viewed/most_tracked=popularity; all=all journals
per_pageNo
Behavior4/5

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

Annotations indicate readOnlyHint=true, and description consistently describes browse action. Adds transparency about pagination and the lack of keyword filtering. No behavioral contradictions.

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?

Two sentences, front-loaded with purpose and key constraint. Every sentence adds value without redundancy.

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?

Provides essential purpose, filtering limitation, and pagination. Lacks details about return structure or pagination metadata in response, but overall sufficient for a list tool with good annotations.

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

Parameters2/5

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

Schema description coverage is 33% (only ranking described). Description does not add meaning for 'page' and 'per_page' parameters, merely restating the enum values for 'ranking' which are already in schema. Misses opportunity to clarify defaults or behavior.

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?

Clearly states 'Browse journal lists and rankings', specific verb and resource. Distinguishes from sibling 'search_journals' by explicitly stating no keyword filtering. Mentions pagination and lists ranking types.

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?

Explicitly notes when not to use ('No keyword filtering') and directs to alternative 'search_journals'. Could add more context about which ranking to choose for specific needs, but current guidance is clear.

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

search_conferencesA
Read-only
Inspect

Search academic conferences by keyword, with optional ranking and date filters. Returns a paginated list.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
queryYesKeyword, matched against short/full name
ccf_rankNoCCF rank
per_pageNo
core_rankNoCORE rank
qualis_rankNoQUALIS rank
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)
Behavior4/5

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

With 'readOnlyHint: true' in annotations, the description adds value by mentioning pagination and optional filters. It does not contradict annotations. However, it omits details like pagination size limits or response format, which are not covered by 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 a single, well-structured sentence that front-loads the core action ('Search academic conferences') and concisely lists optional features. Every element serves a purpose with no waste.

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's complexity (10 parameters, pagination) and lack of output schema, the description covers the main functionality. However, it could mention sorting behavior or additional output fields to be fully complete.

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 80%, so parameters are already well-documented. The description groups them into 'keyword,' 'ranking and date filters,' adding context but not incremental semantic detail beyond the schema. Baseline 3 is appropriate.

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 tool's purpose: 'Search academic conferences by keyword, with optional ranking and date filters.' It distinguishes from siblings like 'list_conferences' (likely a list without search) and 'get_conference' (single conference detail). This provides a specific verb-resource combination.

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

Usage Guidelines3/5

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

The description implies usage for keyword-based searching with filters, but does not explicitly state when to use this tool versus alternatives like 'list_conferences' or 'search_journals.' No when-not-to guidance is provided.

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

search_journalsA
Read-only
Inspect

Search academic journals by keyword, CCF rank or ISSN. Returns a paginated list.

ParametersJSON Schema
NameRequiredDescriptionDefault
issnNoISSN (fuzzy match)
pageNo
queryYesKeyword, matched against short/full name
ccf_rankNoCCF rank
per_pageNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds that it returns a paginated list, which is additional behavioral context. No contradictions 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 a single sentence of 12 words, front-loading the purpose and adding pagination. Every part is necessary and no redundancy.

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?

For a 5-parameter search tool with no output schema, the description is brief. It explains the search fields but lacks details on pagination behavior (e.g., ordering, total results) or the response format. Adequate but could be more complete.

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 coverage is 60% (3 of 5 parameters have descriptions). The description mentions the three described parameters (keyword, CCF rank, ISSN) but does not explain the undocumented 'page' and 'per_page' parameters beyond calling it a 'paginated list'. It adds marginal value over the schema.

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 verb 'search' and the resource 'academic journals', and specifies the searchable fields (keyword, CCF rank, ISSN). It also mentions pagination. This distinguishes it from siblings like 'list_journals' and 'search_conferences'.

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?

The description provides no guidance on when to use this tool versus alternatives like 'list_journals' or 'search_conferences'. There is no mention of preconditions or when not to use it.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources