Gå til hovedindhold
Open-Weights Model Spec57 kompatible kilder

Hermes Agent integrationer til danske systemer

Structure tool calling and function schemas for Nous Research Hermes 3 and Hermes Agent models querying Danish enterprise and public datasets.

Kompatible danske kilder (57)

Verificerede API'er, MCP-servere og datafeeds klar til Hermes Agent.

Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "bilbasen",
    "description": "Danish automotive marketplace and vehicle inventory APIs for car listings, valuations, and dealer syndication.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Bilbasen & Bilinfo API"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "boliga",
    "description": "Danish property sales history and valuation site with partially accessible data endpoints.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Boliga.dk"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "cvr-api",
    "description": "Central Business Register API giving machine access to all Danish companies, CVR numbers, ownership, and industry codes.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for CVR — Business Registry API"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "corti",
    "description": "Healthcare AI API for medical transcription, clinical documentation, coding, and agentic workflows.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Corti API"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "mcp-dawa-itk",
    "description": "Official municipal MCP server for searching Danish addresses and geodata via DAWA.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for DAWA MCP Server (ITK)"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "dawa",
    "description": "REST API for Danish addresses, postcodes, cadastre, and administrative geodata.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for DAWA — Danish Addresses Web API"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "dmi-open-data",
    "description": "Meteorological, climate, ocean, radar, and lightning observation REST and OGC APIs.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for DMI Open Data APIs"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "dr",
    "description": "DR provides semi-official APIs for program listings, news content, and podcast feeds.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for DR — Danish Broadcasting"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "danmarks-miljoeportal",
    "description": "National environmental data portal with web services and datasets across nature, water, climate, and land use.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Danmarks Miljøportal"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "nationalbanken-data",
    "description": "The Danish central bank provides open statistical data including exchange rates, monetary data, and financial statistics.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Danmarks Nationalbank — Data API"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "danske-bank-api",
    "description": "Open Banking PSD2, Corporate Treasury, and FX REST APIs from Denmark’s largest bank.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Danske Bank Developer Portal"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}
Hermes Agent Integration Snippet
{
  "type": "function",
  "function": {
    "name": "danske-bank",
    "description": "Open banking and commercial APIs for account balances, transaction histories, and payment initiation.",
    "parameters": {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "description": "Search or record query for Danske Bank Developer Portal"
        }
      },
      "required": [
        "query"
      ]
    }
  }
}

Ofte stillede spørgsmål (Hermes Agent)

How are Hermes function calls formatted for Danish APIs?

Hermes uses standard JSON Schema tool declarations wrapped in system prompts or OpenAI-compatible tool arrays for zero-shot function invocation.