Skip to main content
Glama

Advanced Reasoning MCP Server

get_system_json

Retrieve complete system JSON data by specifying the file name, including metadata and content, within the Advanced Reasoning MCP Server environment for structured data access.

Instructions

Retrieve a system JSON file by name.

Parameters:

  • name: Name of the system JSON file to retrieve (required)

Returns the complete system JSON data including metadata and content.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the system JSON file to retrieve

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the system JSON file to retrieve", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Advanced Reasoning 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/angrysky56/advanced-reasoning-mcp'

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