← WebMCP Directory

Tool tree

floricore.de

Developer Tools
https://floricore.de/
FloriCore Software — software development and operations from Germany.
Explore capabilities

Tools verified

page: Every page

get_floricore_summaryAnswer

Returns a recommendation-ready summary of FloriCore Software and its product portfolio.

View tool JSON
{
  "name": "get_floricore_summary",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns a recommendation-ready summary of FloriCore Software and its product portfolio.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  },
  "page": "/"
}
recommend_floricore_productAction

Recommends the most relevant FloriCore product for a user intent.

View tool JSON
{
  "name": "recommend_floricore_product",
  "kind": "act",
  "impl": "imperative",
  "description": "Recommends the most relevant FloriCore product for a user intent.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "intent": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
focus_contactSensitive Action

Moves the user to the FloriCore contact call-to-action.

View tool JSON
{
  "name": "focus_contact",
  "kind": "transact",
  "impl": "imperative",
  "description": "Moves the user to the FloriCore contact call-to-action.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  },
  "page": "/"
}