← WebMCP Directory

Tool tree

netse.tr

Developer Tools
https://netse.tr/
Cloud servers, business email, and managed IT services
Explore capabilities

Tools verified

check_api_healthAnswer

Check NETSE API health (GET /api/health). Returns service status and timestamp.

View tool JSON
{
  "name": "check_api_health",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check NETSE API health (GET /api/health). Returns service status and timestamp.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get_agent_discoveryAnswer

List machine-readable agent discovery URLs for netse.tr (API catalog, auth.md, OAuth metadata, MCP server card, agent skills).

View tool JSON
{
  "name": "get_agent_discovery",
  "kind": "answer",
  "impl": "imperative",
  "description": "List machine-readable agent discovery URLs for netse.tr (API catalog, auth.md, OAuth metadata, MCP server card, agent skills).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
navigateAction

Navigate the browser to a page on netse.tr (e.g. /iletisim, /bulut-sunucu, /hakkimizda).

View tool JSON
{
  "name": "navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the browser to a page on netse.tr (e.g. /iletisim, /bulut-sunucu, /hakkimizda).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path starting with /"
      }
    },
    "required": [
      "path"
    ]
  }
}
open_contact_formAction

Open the NETSE contact and quote request page where users can submit inquiries.

View tool JSON
{
  "name": "open_contact_form",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the NETSE contact and quote request page where users can submit inquiries.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}