Skip to main content
Glama
zhiyue

mgx-thinking-log-mcp

by zhiyue

get_thinking_logs

Fetch MGX thinking logs for a given chat ID and get the content as text for agent analysis. Provide environment and optional token to retrieve logs from the desired deployment.

Instructions

Fetch MGX thinking logs for a given chat. Returns the log content as text, suitable for agent analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoEnvironment: prod, alpha, pre, us-test, us-test-2prod
tokenNoAuth token (overrides MGX_TOKEN env var). Appended as ?token= to skip Bearer auth
chat_idYesThe chat/conversation ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool is a read operation ('Fetch') and that the result is text, which is useful. However, it does not mention auth requirements, potential large responses, or any side-effect-free assurance beyond the verb itself.

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?

Two concise sentences with no filler. The core action and return type are front-loaded, making the description easy to parse quickly.

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?

For a simple fetch-style tool with one required parameter and no output schema, the description adequately explains what is returned (text). It could be slightly more complete by clarifying how this differs from download_thinking_logs, but that gap is already covered under usage guidelines.

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 description coverage is 100%, so the schema already documents env, token, and chat_id. The description adds no parameter-level detail beyond 'for a given chat', which is acceptable given the schema's completeness.

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

Purpose4/5

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

States a specific verb ('Fetch'), resource ('MGX thinking logs'), scope ('for a given chat'), and return type ('text'). It doesn't explicitly contrast with download_thinking_logs, though 'as text, suitable for agent analysis' hints at the distinction.

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

Usage Guidelines3/5

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

The phrase 'suitable for agent analysis' implies this tool is for reading logs inline, but there is no explicit guidance about when to choose this over download_thinking_logs or when not to use it. Usage context is implied rather than stated.

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

Install Server

Other Tools

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/zhiyue/mgx-thinking-log-mcp'

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