Skip to main content
Glama

Server Details

Verified registry of third-party-system knowledge — the external-dependency layer for agent memory.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedrunlog_report1 field changed
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "acknowledged": {
        -      "type": "boolean"
        -    },
        -    "entry_id": {
        -      "type": "string"
        -    },
        -    "new_status": {
        -      "type": "string"
        -    },
        -    "updated_confidence": {
        -      "type": "number"
        -    }
        -  },
        -  "required": [
        -    "acknowledged",
        -    "entry_id",
        -    "updated_confidence",
        -    "new_status"
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedrunlog_search1 field changed
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "hits": {
        -      "items": {
        -        "properties": {
        -          "confidence": {
        -            "type": "number"
        -          },
        -          "distance": {
        -            "type": "number"
        -          },
        -          "domain": {
        -            "items": {
        -              "type": "string"
        -            },
        -            "type": "array"
        -          },
        -          "payload": {
        -            "additionalProperties": true,
        -            "type": "object"
        -          },
        -          "status": {
        -            "type": "string"
        -          },
        -          "unit_id": {
        -            "type": "string"
        -          }
        -        },
        -        "required": [
        -          "unit_id",
        -          "domain",
        -          "status",
        -          "confidence",
        -          "distance",
        -          "payload"
        -        ],
        -        "type": "object"
        -      },
        -      "type": "array"
        -    },
        -    "query_id": {
        -      "type": "string"
        -    },
        -    "used_filters": {
        -      "additionalProperties": true,
        -      "type": "object"
        -    }
        -  },
        -  "required": [
        -    "hits",
        -    "query_id",
        -    "used_filters"
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedrunlog_submit1 field changed
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "entry_id": {
        -      "type": "string"
        -    },
        -    "estimated_verification_threshold": {
        -      "type": "integer"
        -    },
        -    "status": {
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "entry_id",
        -    "status",
        -    "estimated_verification_threshold"
        -  ],
        -  "type": "object"
        -}New value: +null
  2. 3 tool updates
    • First observedrunlog_report
    • First observedrunlog_search
    • First observedrunlog_submit

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool serves a distinct function: reporting outcomes, searching knowledge entries, and submitting new entries. No functional overlap is apparent.

Naming Consistency5/5

All tools follow a consistent 'runlog_<verb>' pattern (report, search, submit), providing a clear and predictable naming convention.

Tool Count3/5

With only 3 tools, the server feels minimal but not unreasonably so. The scope appears focused on knowledge entry management, though a few more tools for retrieval and management would be expected.

Completeness2/5

The tool set lacks basic operations like retrieving a single entry, updating, or deleting entries. The report tool implies a retrieval mechanism that is not exposed, leaving a significant gap.

Resources