Skip to main content
Glama

EduBase MCP Server

Official
by EduBase
metrics.ts930 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; /* Tool definitions */ export const EDUBASE_API_TOOLS_METRICS: Tool[] = [ // POST /metrics:custom - Update a custom metric { name: 'edubase_post_custom_metric', description: "Update a custom metric.", inputSchema: { type: 'object', properties: { metric: { type: 'string', description: 'metric name', }, value: { type: 'number', description: 'target value (also accepts increments with a + prefix)', }, }, required: ['metric', 'value'], }, }, ]; /* Output schema definitions */ export const EDUBASE_API_TOOLS_METRICS_OUTPUT_SCHEMA: object = { // POST /metrics:custom - Update a custom metric edubase_post_custom_metric: { type: 'object', properties: { metric: { type: 'string', description: 'metric name', }, value: { type: 'string', description: 'saved value', }, }, }, };

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/EduBase/MCP'

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