Calculator

Calculator

productivity

Plugin for performing basic arithmetic operations like addition, subtraction, multiplication, division, power, and square root.

{
  "schema_version": "v1",
  "name_for_human": "Calculator Plugin",
  "name_for_model": "calculator",
  "description_for_human": "Plugin for basic arithmetic operations like addition, subtraction, multiplication, division, power, and square root.",
  "description_for_model": "Use the Calculator plugin to perform basic arithmetic operations, including addition (+), subtraction (-), multiplication (*), division (/), power (^), and square root (√). Provide the numbers and the operation symbol in your query, and the plugin will return the calculated result.",
  "api": {
    "type": "openapi",
    "url": "https://chat-calculator-plugin.supportmirage.repl.co/openapi.json",
    "is_user_authenticated": false
  },
  "auth": {
    "type": "none"
  },
  "logo_url": "https://chat-calculator-plugin.supportmirage.repl.co/logo.png",
  "contact_email": "support@mirage-studio.io",
  "legal_info_url": "https://www.mirage-studio.io"
}