live · Personal & Media · JSON · API for agents
Returns general information about NORTH28 STUDIO: name, description, contact email, and website URL.
{
"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": {}
}
}Returns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.
{
"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": {}
}
}Returns all public pages of the North28 website with their names and full URLs.
{
"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": {}
}
}