Skip to main content
Glama

MCP-DBLP

get_venue_info

Retrieve detailed venue information such as abbreviation, name, publisher, type, and category by querying with a venue name or abbreviation using the DBLP database.

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" }
Install Server

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