← WebMCP Directory

Tool tree

skima.ai

Productivity & Business
https://skima.ai/
AI recruitment and talent intelligence software
Explore capabilities

Tools verified

book_demoSensitive Action

Submit Skima demo lead form and reserve the chosen slot in one call. Requires explicit user consent for terms_and_condition.

View tool JSON
{
  "name": "book_demo",
  "kind": "transact",
  "impl": "imperative",
  "description": "Submit Skima demo lead form and reserve the chosen slot in one call. Requires explicit user consent for terms_and_condition.",
  "inputSchema": {
    "type": "object",
    "required": [
      "email",
      "full_name",
      "company_name",
      "company_size",
      "current_ats",
      "hiring_challenge",
      "requirement",
      "terms_and_condition",
      "slot"
    ],
    "additionalProperties": false,
    "properties": {
      "email": {
        "type": "string"
      },
      "full_name": {
        "type": "string"
      },
      "company_name": {
        "type": "string"
      },
      "company_size": {
        "type": "string"
      },
      "current_ats": {
        "type": "string"
      },
      "hiring_challenge": {
        "type": "array",
        "items": {
          "type": "string",
          "enum": [
            "sourcing",
            "screening",
            "interviewing",
            "engagement",
            "diversity",
            "time_to_hire",
            "cost_per_hire",
            "quality_of_hire",
            "other"
          ]
        }
      },
      "requirement": {
        "type": "string"
      },
      "country_code": {
        "type": [
          "string",
          "null"
        ]
      },
      "phone_no": {
        "type": [
          "string",
          "null"
        ]
      },
      "terms_and_condition": {
        "type": "boolean"
      },
      "from_page": {
        "type": "string"
      },
      "slot": {
        "type": "object",
        "required": [
          "available_slots",
          "timezone",
          "offset"
        ],
        "properties": {
          "available_slots": {
            "type": "string"
          },
          "timezone": {
            "type": "string"
          },
          "offset": {
            "type": "string"
          }
        }
      }
    }
  }
}
get_available_slotsAnswer

List bookable Skima demo slots for a date range and IANA timezone. Range must be < 7 days (Calendly cap).

View tool JSON
{
  "name": "get_available_slots",
  "kind": "answer",
  "impl": "imperative",
  "description": "List bookable Skima demo slots for a date range and IANA timezone. Range must be < 7 days (Calendly cap).",
  "inputSchema": {
    "type": "object",
    "required": [
      "start_date",
      "end_date",
      "timezone"
    ],
    "additionalProperties": false,
    "properties": {
      "start_date": {
        "type": "string",
        "description": "YYYY-MM-DD"
      },
      "end_date": {
        "type": "string",
        "description": "YYYY-MM-DD"
      },
      "timezone": {
        "type": "string",
        "description": "IANA timezone"
      }
    }
  }
}
get_competitor_comparisonAnswer

Fetch Skima vs [competitor] comparison page. Pass full CMS slug (e.g. 'skima-ai-vs-greenhouse', 'skima-ai-vs-lever').

View tool JSON
{
  "name": "get_competitor_comparison",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch Skima vs [competitor] comparison page. Pass full CMS slug (e.g. 'skima-ai-vs-greenhouse', 'skima-ai-vs-lever').",
  "inputSchema": {
    "type": "object",
    "required": [
      "competitor"
    ],
    "additionalProperties": false,
    "properties": {
      "competitor": {
        "type": "string"
      }
    }
  }
}
get_customer_storyAnswer

Fetch a single Skima customer story by slug.

View tool JSON
{
  "name": "get_customer_story",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch a single Skima customer story by slug.",
  "inputSchema": {
    "type": "object",
    "required": [
      "slug"
    ],
    "additionalProperties": false,
    "properties": {
      "slug": {
        "type": "string"
      }
    }
  }
}
get_pricingAnswer

Return Skima pricing guidance. Pricing is custom-quoted; tool returns canonical next steps + demo link.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return Skima pricing guidance. Pricing is custom-quoted; tool returns canonical next steps + demo link.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "company_size": {
        "type": "string"
      },
      "region": {
        "type": "string"
      }
    }
  }
}
get_product_updateAnswer

Fetch a single Skima product release note by slug.

View tool JSON
{
  "name": "get_product_update",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch a single Skima product release note by slug.",
  "inputSchema": {
    "type": "object",
    "required": [
      "slug"
    ],
    "additionalProperties": false,
    "properties": {
      "slug": {
        "type": "string"
      }
    }
  }
}
list_blogAnswer

List Skima blog posts. Optionally filter by category_slug or search.

View tool JSON
{
  "name": "list_blog",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima blog posts. Optionally filter by category_slug or search.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "page": {
        "type": "integer"
      },
      "page_size": {
        "type": "integer"
      },
      "category_slug": {
        "type": "string"
      },
      "search": {
        "type": "string"
      }
    }
  }
}
list_customer_storiesAnswer

List Skima customer stories / case studies for social proof.

View tool JSON
{
  "name": "list_customer_stories",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima customer stories / case studies for social proof.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
list_evaluationsAnswer

List Skima evaluation articles. Paginated; optional search.

View tool JSON
{
  "name": "list_evaluations",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima evaluation articles. Paginated; optional search.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "page": {
        "type": "integer"
      },
      "page_size": {
        "type": "integer"
      },
      "search": {
        "type": "string"
      }
    }
  }
}
list_glossaryAnswer

List Skima glossary entries. Optional title substring filter.

View tool JSON
{
  "name": "list_glossary",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima glossary entries. Optional title substring filter.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "title": {
        "type": "string"
      }
    }
  }
}
list_integrationsAnswer

List Skima native integrations (130+ ATS/HRIS/CRM). Filter by name or type. Use to answer 'does Skima work with [system]?'.

View tool JSON
{
  "name": "list_integrations",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima native integrations (130+ ATS/HRIS/CRM). Filter by name or type. Use to answer 'does Skima work with [system]?'.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "page": {
        "type": "integer"
      },
      "per_page": {
        "type": "integer"
      },
      "by_name": {
        "type": "string"
      },
      "by_type": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}
list_product_updatesAnswer

List Skima product release notes. Optional category, month, year filters.

View tool JSON
{
  "name": "list_product_updates",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima product release notes. Optional category, month, year filters.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "page": {
        "type": "integer"
      },
      "page_size": {
        "type": "integer"
      },
      "category": {
        "type": "string"
      },
      "month": {
        "type": [
          "integer",
          "null"
        ]
      },
      "year": {
        "type": "integer"
      }
    }
  }
}
list_productsAnswer

List Skima products with slugs, URLs, and one-line summaries.

View tool JSON
{
  "name": "list_products",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima products with slugs, URLs, and one-line summaries.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
list_solutionsAnswer

List Skima solutions by axis: 'industry' (finance, healthcare, ...) or 'size' (enterprise, ...).

View tool JSON
{
  "name": "list_solutions",
  "kind": "answer",
  "impl": "imperative",
  "description": "List Skima solutions by axis: 'industry' (finance, healthcare, ...) or 'size' (enterprise, ...).",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "axis": {
        "type": "string",
        "enum": [
          "industry",
          "size"
        ]
      }
    }
  }
}
start_free_trialAnswer

Start a 14-day Skima free trial. Returns the canonical signup URL and next steps.

View tool JSON
{
  "name": "start_free_trial",
  "kind": "answer",
  "impl": "imperative",
  "description": "Start a 14-day Skima free trial. Returns the canonical signup URL and next steps.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "email": {
        "type": "string"
      }
    }
  }
}
submit_pilot_leadSensitive Action

Submit a 30-day Skima pilot lead. Requires explicit user consent.

View tool JSON
{
  "name": "submit_pilot_lead",
  "kind": "transact",
  "impl": "imperative",
  "description": "Submit a 30-day Skima pilot lead. Requires explicit user consent.",
  "inputSchema": {
    "type": "object",
    "required": [
      "name",
      "work_email",
      "company",
      "company_size",
      "ats",
      "top_priorities"
    ],
    "additionalProperties": false,
    "properties": {
      "name": {
        "type": "string"
      },
      "work_email": {
        "type": "string"
      },
      "company": {
        "type": "string"
      },
      "company_size": {
        "type": "string"
      },
      "ats": {
        "type": "string"
      },
      "top_priorities": {
        "type": "array",
        "items": {
          "type": "string",
          "enum": [
            "speed_of_hiring",
            "candidate_quality",
            "cost_reduction",
            "ats_integration",
            "diversity_hiring",
            "recruiter_productivity",
            "candidate_engagement",
            "compliance",
            "other"
          ]
        }
      },
      "number_of_recruiters": {
        "type": [
          "integer",
          "null"
        ]
      },
      "preferred_start_urgent": {
        "type": [
          "string",
          "null"
        ]
      },
      "notes": {
        "type": [
          "string",
          "null"
        ]
      }
    }
  }
}
subscribe_newsletterSensitive Action

Subscribe an email to the Skima newsletter. Requires explicit user consent.

View tool JSON
{
  "name": "subscribe_newsletter",
  "kind": "transact",
  "impl": "imperative",
  "description": "Subscribe an email to the Skima newsletter. Requires explicit user consent.",
  "inputSchema": {
    "type": "object",
    "required": [
      "email"
    ],
    "additionalProperties": false,
    "properties": {
      "email": {
        "type": "string"
      }
    }
  }
}