Skip to main content
Glama

MCP-DBLP

calculate_statistics

Compute publication statistics from a list of results, including total count, time range, top authors, and top venues. Use this tool to analyze data from the DBLP computer science bibliography efficiently.

Instructions

Calculate statistics from a list of publication results. Arguments:

  • results (array, required): An array of publication objects, each with at least 'title', 'authors', 'venue', and 'year'. Returns a dictionary with:
  • total_publications: Total count.
  • time_range: Dictionary with 'min' and 'max' publication years.
  • top_authors: List of tuples (author, count) sorted by count.
  • top_venues: List of tuples (venue, count) sorted by count (empty venue is treated as '(empty)').

Input Schema

NameRequiredDescriptionDefault
resultsYes

Input Schema (JSON Schema)

{ "properties": { "results": { "type": "array" } }, "required": [ "results" ], "type": "object" }

You must be authenticated.

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