← WebMCP Directory

Tool tree

circle.so

Productivity & Business
https://circle.so/
Build a home for your community, events, and courses — all under your own brand.
Explore capabilities

Tools verified

page: Every page

searchCircleBlogAnswer

Search blog posts on circle.so about community building, monetization, course creation, and creator economy topics. Returns up to 5 matching posts.

View tool JSON
{
  "name": "searchCircleBlog",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search blog posts on circle.so about community building, monetization, course creation, and creator economy topics. Returns up to 5 matching posts.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The search query"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
getCirclePricingAnswer

Get current pricing tiers for Circle, the all-in-one community platform. Returns plan names, monthly prices in USD, and feature highlights.

View tool JSON
{
  "name": "getCirclePricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get current pricing tiers for Circle, the all-in-one community platform. Returns plan names, monthly prices in USD, and feature highlights.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
startCircleFreeTrialAction

Start a 14-day free trial of Circle. Optionally pre-fills the user email.

View tool JSON
{
  "name": "startCircleFreeTrial",
  "kind": "act",
  "impl": "imperative",
  "description": "Start a 14-day free trial of Circle. Optionally pre-fills the user email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Optional user email to prefill"
      }
    }
  },
  "page": "/"
}