← WebMCP Directory

Tool tree

streamlinesystems.ltd

Productivity & Business
https://streamlinesystems.ltd/
GNSS-independent. EW-resistant. Centimetre precision. Request a briefing with Streamline Systems.
Explore capabilities

Tools verified

request_briefingAction

Request a briefing from Streamline Systems by providing your name, work email, organisation, and optional message.

View tool JSON
{
  "name": "request_briefing",
  "kind": "act",
  "impl": "declarative",
  "description": "Request a briefing from Streamline Systems by providing your name, work email, organisation, and optional message.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Your name"
      },
      "email": {
        "type": "string",
        "description": "you@organisation.com"
      },
      "organisation": {
        "type": "string",
        "description": "Organisation or unit"
      },
      "message": {
        "type": "string",
        "description": "How can we help?"
      },
      "website": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "email",
      "organisation"
    ]
  }
}