{
  "schema_version": "v1",
  "name_for_human": "CDW Tools - Financial Calculators",
  "name_for_model": "CDW_Tools",
  "description_for_human": "Free financial calculators and productivity tools. Calculate loans, investments, create invoices, format JSON, and more.",
  "description_for_model": "A comprehensive suite of financial calculators and utility tools. Use this plugin to help users calculate EMI, home loan affordability, compound interest, SIP returns, format JSON, create invoices, generate secure passwords, and more. Each tool provides accurate calculations with detailed breakdowns.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://tools.connectdigitalworld.com/api/openapi.yaml",
    "is_user_facing": true
  },
  "logo_url": "https://tools.connectdigitalworld.com/logo.png",
  "contact_email": "support@connectdigitalworld.com",
  "legal_info_url": "https://tools.connectdigitalworld.com/privacy",
  "plugin_category": [
    "finance",
    "productivity"
  ],
  "supported_models": [
    "gpt-4",
    "gpt-4-turbo",
    "gpt-3.5-turbo"
  ],
  "tools": [
    {
      "name": "emi_calculator",
      "description": "Calculate EMI, total interest, and payment schedule for loans",
      "category": "finance",
      "endpoint": "/calculators/emi"
    },
    {
      "name": "compound_interest",
      "description": "Calculate compound interest and investment growth",
      "category": "finance",
      "endpoint": "/calculators/compound-interest"
    },
    {
      "name": "get_tools",
      "description": "Get list of all available tools and calculators",
      "category": "utility",
      "endpoint": "/tools"
    },
    {
      "name": "search_tools",
      "description": "Search for specific tools by keyword",
      "category": "utility",
      "endpoint": "/tools/search"
    },
    {
      "name": "get_tool_details",
      "description": "Get detailed information about a specific tool",
      "category": "utility",
      "endpoint": "/tools/{toolId}"
    }
  ],
  "capabilities": {
    "calculator": {
      "description": "Calculate financial metrics (EMI, interest, SIP returns, etc.)",
      "domains": ["finance", "investment", "banking"]
    },
    "converter": {
      "description": "Convert files and formats (images to PDF, JSON formatting)",
      "domains": ["document", "data"]
    },
    "generator": {
      "description": "Generate content (invoices, passwords, WhatsApp links)",
      "domains": ["business", "security", "marketing"]
    },
    "formatter": {
      "description": "Format and validate data (JSON validation, beautification)",
      "domains": ["development", "data"]
    }
  },
  "example_queries": [
    "Calculate my home loan EMI for 50 lakhs at 7% for 20 years",
    "What will be my SIP investment growth of 10,000 per month in 10 years?",
    "Generate a secure password for my bank account",
    "Create an invoice for my freelance project",
    "Format this JSON code for me",
    "How much will 1 lakh grow with 8% compound interest over 20 years?"
  ],
  "tags": [
    "calculator",
    "finance",
    "loan",
    "investment",
    "EMI",
    "productivity",
    "utility",
    "free"
  ]
}
