Skip to main content
Glama

Advanced Reasoning MCP Server

create_system_json

Generate structured JSON files to store coherent, searchable data or workflows across domains. Specify name, domain, description, and data for organized information management.

Instructions

Create a new system JSON file for storing coherent detailed searchable data or instructions and workflows for any domain or action.

Parameters:

  • name: Name for the system JSON file (required) - alphanumeric, underscore, hyphen only
  • domain: Domain or category for the data (required)
  • description: Description of what this system JSON contains (required)
  • data: The structured data to store (required) - can be any JSON-serializable object
  • tags: Optional array of tags for searchability

Returns success status and confirmation message.

Input Schema

NameRequiredDescriptionDefault
dataYesThe structured data to store
descriptionYesDescription of what this system JSON contains
domainYesDomain or category for the data
nameYesName for the system JSON file (alphanumeric, underscore, hyphen only)
tagsNoOptional array of tags for searchability

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The structured data to store", "type": "object" }, "description": { "description": "Description of what this system JSON contains", "type": "string" }, "domain": { "description": "Domain or category for the data", "type": "string" }, "name": { "description": "Name for the system JSON file (alphanumeric, underscore, hyphen only)", "type": "string" }, "tags": { "description": "Optional array of tags for searchability", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "domain", "description", "data" ], "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