Skip to main content
Glama

Server Details

Mitosis agent-memory platform: pricing, docs search, platform status, agent skills. No auth.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

4 tools
get_platform_statusGet platform status
Read-onlyIdempotent
Inspect

Get the operational status of the Mitosis website, API, and MCP server. Use before reporting an outage or debugging connectivity.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceNoReturn only this service. Omit for all services.
get_pricingGet Mitosis pricingA
Read-onlyIdempotent
Inspect

Get current Mitosis plans, prices, credit allowances, metered rates, and add-ons. Use when comparing costs or recommending a plan.

ParametersJSON Schema
NameRequiredDescriptionDefault
planNoReturn only this plan. Omit for all plans.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the tool's safety profile is clear. The description adds that it returns current data and lists specific items, but does not elaborate on behavioral quirks like caching or latency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two sentences that front-load the purpose and provide usage guidance with no redundant words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the returned data and a typical use case. Although no output schema exists, the tool is simple with one optional parameter, so the description is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a detailed enum description for the 'plan' parameter. The tool description does not add new parameter-specific information beyond the schema, meeting the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool gets current Mitosis plans, prices, credit allowances, metered rates, and add-ons. It distinguishes from siblings like get_platform_status, list_skills, and search_docs by focusing on pricing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: 'Use when comparing costs or recommending a plan.' It does not explicitly state when not to use it, but the context is sufficient for the agent to decide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_skillsList agent skills
Read-onlyIdempotent
Inspect

List the agent skills Mitosis publishes (backup create/list/restore/health/diff/schedule/subscribe) with links to each SKILL.md manifest.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter skills by tag (e.g. "backup", "restore", "schedule"). Omit for all.
search_docsSearch Mitosis docs
Read-onlyIdempotent
Inspect

Keyword-search Mitosis documentation and product pages. Returns ranked results with URLs. Use to answer any "how do I…" question about Mitosis.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5, max 20)
queryYesSearch terms, e.g. "connect google workspace"

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources