Skip to main content
Glama

MCP-DBLP

get_venue_info

Retrieve detailed publication venue information, including abbreviation, name, publisher, type, and category, by specifying the venue name or abbreviation. Ideal for querying DBLP database for accurate venue data.

Instructions

Retrieve detailed information about a publication venue. Arguments:

  • venue_name (string, required): Venue name or abbreviation (e.g., 'ICLR' or full name). Returns a dictionary with fields: abbreviation, name, publisher, type, and category. Note: Some fields may be empty if DBLP does not provide the information.

Input Schema

NameRequiredDescriptionDefault
venue_nameYes

Input Schema (JSON Schema)

{ "properties": { "venue_name": { "type": "string" } }, "required": [ "venue_name" ], "type": "object" }

Other Tools from MCP-DBLP

Related Tools

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/szeider/mcp-dblp'

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