N

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.

3read
https://north28.studio/

live · Personal & Media · JSON · API for agents

Tools 3 tools

get_studio_inforead

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

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

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": "read",
  "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": {}
  }
}
list_pagesread

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

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