← WebMCP Directory

Tool tree

cadarsir.fr

Productivity & Business
https://cadarsir.fr/
Custom website development, SEO, and AI agent services, with project case studies and contact information.
Explore capabilities

Tools verified

get_contact_infoAnswer

Reads direct contact channels such as email addresses, telephone numbers, and contact page paths for Cadarsir.

View tool JSON
{
  "name": "get_contact_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Reads direct contact channels such as email addresses, telephone numbers, and contact page paths for Cadarsir.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
list_projectsAnswer

Lists completed portfolio case studies from Cadarsir, including project titles, summaries, slugs, and destination URLs, with optional keyword filtering.

View tool JSON
{
  "name": "list_projects",
  "kind": "answer",
  "impl": "imperative",
  "description": "Lists completed portfolio case studies from Cadarsir, including project titles, summaries, slugs, and destination URLs, with optional keyword filtering.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional search term to filter projects by title, summary, or slug."
      }
    },
    "additionalProperties": false
  }
}
open_projectAction

Navigates to a specific portfolio project case study page.

View tool JSON
{
  "name": "open_project",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigates to a specific portfolio project case study page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "description": "Relative path or absolute URL of the project case study (e.g., '/portfolio/le-coq-noir')."
      }
    },
    "additionalProperties": false
  }
}