← WebMCP Directory

Tool tree

north28.studio

liveMedia & Personal
https://north28.studio/
Creative studio specialising in strategy, digital products, branding, and audiovisual content. Declarative WebMCP tools let an agent pull studio info and contact details, list the service catalogue, and enumerate the site's public pages.
Explore capabilities
get_studio_infoAnswer

Returns general information about NORTH28 STUDIO: name, description, contact email, and website URL.

View tool JSON
{
  "name": "get_studio_info",
  "kind": "answer",
  "impl": "declarative",
  "description": "Returns general information about NORTH28 STUDIO: name, description, contact email, and website URL.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
list_servicesAnswer

Returns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.

View tool JSON
{
  "name": "list_services",
  "kind": "answer",
  "impl": "declarative",
  "description": "Returns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
list_pagesAnswer

Returns all public pages of the North28 website with their names and full URLs.

View tool JSON
{
  "name": "list_pages",
  "kind": "answer",
  "impl": "declarative",
  "description": "Returns all public pages of the North28 website with their names and full URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}