Playbooks Rules icon

Playbooks Rules

Creatediannuttall

Interacts with a Playbooks Rules API to manage and retrieve rules.

About

This tool serves as a Model Context Protocol (MCP) server designed to interact with a Playbooks Rules API. It provides functionalities to list available rules, search for rules based on queries, and retrieve detailed information for a specific rule using its slug or URL. It expects the Rules API to be running at `https://playbooks.com/api/v1/rules` and exposes tools such as listRules, searchRules, and getRule for easy interaction with the API.

Key Features

  • Lists available rules from the API
  • Searches for rules based on a query
  • Fetches details for a specific rule by slug or URL
  • 1 GitHub stars