Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
misakanet_searchA

Search MisakaNet's public failure-lesson index by error text, keyword, or topic. Use when you need to discover relevant lessons and do not already know a lesson ID. Input semantics: query is required; domain optionally filters by lesson domain; top limits ranked results and defaults to 5. Output schema: JSON with results[] and source; each result is a ranked lesson summary that may include path, title, domain/status, score/rank, and match details depending on the active index. Error cases: missing query, unavailable search index, or no matches (empty results). Side effects: none. Auth: none. Rate limits: local stdio process only; callers should keep result counts small. Do not use for private log collection; search only with redacted snippets. Use misakanet_get_lesson for full content.

misakanet_get_lessonA

Fetch one public MisakaNet lesson by repository path or lesson ID. Use after misakanet_search returns a promising result, or when a lesson is explicitly referenced; do not use it for broad discovery. Input semantics: provide either path or id. Output schema: JSON with path and markdown content, truncated to 5000 characters for MCP context. Error cases: missing path/id or lesson not found. Side effects: none. Auth: none. Rate limits: local stdio process only; fetch one lesson per call when possible. Do not send private logs or prompts to this tool; it only reads repository lessons.

misakanet_submit_usageA

[Experimental] Record that a public lesson helped with a problem. Use only after the user or calling agent explicitly chooses to submit usage feedback for a specific lesson. Input semantics: lesson_id is required; tool names the calling client; outcome should be solved, partial, not-helpful, or another short status. Output schema: JSON with lesson_id, tool, outcome, and status. Error cases: missing lesson_id. Side effects: currently returns a local placeholder report only; it does not send data externally, open GitHub issues, or publish lessons. Auth: none. Rate limits: local stdio process only; submit at most once per resolved incident. Do not include raw logs, prompts, file contents, or secrets.

misakanet_usage_statusA

Check current usage status and remaining quota. Use to see how many free lesson reads remain and how many credits are available. Input semantics: user is optional (defaults to anonymous). Output schema: JSON with user, free_reads_used, free_reads_limit, free_reads_remaining, credits, is_registered, and next steps. Error cases: none. Side effects: none. Auth: none. Rate limits: none.

Prompts

Interactive templates invoked by user choice

NameDescription
search_lessonSearch MisakaNet for lessons matching an error or topic
triage_failureStructured failure triage — find root cause and matching rescue cards
release_auditCheck release readiness against MisakaNet quality gates

Resources

Contextual data attached and managed by the client

NameDescription
Lessons IndexBrowse all published lessons (core + contrib) with metadata
Protocol OverviewSwarm Knowledge Protocol configuration (trust tiers, rings, scoring)
READMEProject overview, quickstart, and integration guide
Troubleshooting FAQCommon issues and solutions for MisakaNet users
ChangelogLatest release notes and version history

Latest Blog Posts

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/Ikalus1988/MisakaNet'

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