Skip to main content
Glama

BioOntology MCP Server

get_analytics_data

Access visitor statistics and popularity trends for BioOntology, with optional filtering by month, year, or specific ontology, to analyze usage patterns and insights.

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

Other Tools from BioOntology MCP Server

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

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