← All WebMCP sites

nz365guy.com

Media & Personalhttps://nz365guy.com/listed as of 2026-08-23
Mark Smith is a Principal AI Strategist, Microsoft MVP, and co-author of Microsoft 365 Copilot Adoption. Writing about Artificial Intelligence, Agents, Microsoft AI, and the Intelligence Age.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 84/100 (B).

Tools

subscribe_blog_notificationstransactdeclarative
Fill in the email form to be notified when new blog posts are published. The user must review and click the button to confirm.
Input schema
{
  "type": "object",
  "properties": {
    "website": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "description": "you@example.com"
    }
  },
  "required": [
    "email"
  ]
}
subscribe_newslettertransactdeclarative
Fill in the email newsletter signup form. The user must review the email address and click the button to confirm the subscription.
Input schema
{
  "type": "object",
  "properties": {
    "website": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "description": "you@example.com"
    }
  },
  "required": [
    "email"
  ]
}
get_site_infoanswerimperative/podcast
Get an overview of nz365guy.com: who Mark Smith is, what the site covers, and its key pages with URLs. Returns JSON.
Input schema
{
  "type": "object",
  "properties": {}
}
list_postsanswerimperative/podcast
List the most recent published blog posts on nz365guy.com, newest first, optionally filtered by category. Returns title, date, category, excerpt, and URL as JSON.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of posts to return (1-50, default 10)."
    },
    "category": {
      "type": "string",
      "description": "Optional category name to filter by (case-insensitive)."
    }
  }
}
search_postsanswerimperative/podcast
Search published blog posts on nz365guy.com by keyword across title, category, tags, and excerpt. Returns the best matches as JSON with URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Keywords to search for."
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results (1-50, default 5)."
    }
  },
  "required": [
    "query"
  ]
}
Listings are sourced from public community registries and shown as reported.