Skip to main content
Glama

π“‚€π“’π“‹Ήπ”Έβ„•π•Œπ”Ήπ•€π•Šπ“‹Ήπ“’π“‚€ - Intelligent Guidance for

by Hive-Academy

init_rules

Initialize workflow rules for AI agents (cursor or copilot) to guide project development. Specify the agent and project root to deploy rules effectively.

Instructions

Initialize Anubis workflow rules to specified AI agent (cursor or copilot)

Input Schema

NameRequiredDescriptionDefault
agentNameYesAI agent to deploy rules for (cursor or copilot)
projectRootNoRoot directory of the target project. Defaults to current working directory.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentName": { "description": "AI agent to deploy rules for (cursor or copilot)", "enum": [ "cursor", "copilot", "roocode", "kilocode" ], "type": "string" }, "projectRoot": { "description": "Root directory of the target project. Defaults to current working directory.", "type": "string" } }, "required": [ "agentName" ], "type": "object" }

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/Hive-Academy/Anubis-MCP'

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