Skip to main content
Glama

Manalink MCP Server

by TeXmeijin

search_teachers_advanced

Search for tutors on the Manalink platform by specifying subject, grade level, course features, sorting preferences, and teaching period to find the best match.

Instructions

科目、学年、特徴、ソート順、指導期間を指定して先生を検索します

Input Schema

NameRequiredDescriptionDefault
course_feature_idNo特徴ID
desired_teaching_periodNo指導期間 (monthly: 長期, once: 短期)
grade_idsNo学年IDの配列
sortNoソート順
subject_idsNo科目IDの配列

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "course_feature_id": { "description": "特徴ID", "type": "number" }, "desired_teaching_period": { "description": "指導期間 (monthly: 長期, once: 短期)", "enum": [ "monthly", "once" ], "type": "string" }, "grade_ids": { "description": "学年IDの配列", "items": { "type": "number" }, "type": "array" }, "sort": { "description": "ソート順", "enum": [ "pr", "certification", "rating", "lesson_count", "latest" ], "type": "string" }, "subject_ids": { "description": "科目IDの配列", "items": { "type": "number" }, "type": "array" } }, "type": "object" }
Install Server

Other Tools from Manalink 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/TeXmeijin/manalinkMCP'

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