Skip to main content
Glama

BioOntology MCP Server

get_analytics_data

Extract visitor statistics and popularity trends for biological ontologies using optional filters for specific months, years, or ontology acronyms.

Instructions

Get visitor statistics and popularity trends with optional date filtering

Input Schema

NameRequiredDescriptionDefault
monthNoMonth (1-12) for specific data
ontologyNoSpecific ontology acronym (optional)
yearNoYear for specific data (2013+)

Input Schema (JSON Schema)

{ "properties": { "month": { "description": "Month (1-12) for specific data", "maximum": 12, "minimum": 1, "type": "number" }, "ontology": { "description": "Specific ontology acronym (optional)", "type": "string" }, "year": { "description": "Year for specific data (2013+)", "minimum": 2013, "type": "number" } }, "required": [], "type": "object" }

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/Augmented-Nature/BioOntology-MCP-Server'

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