create_session
Initialize a new MCP session for authenticated users to access and manage knowledge graphs through SPARQL queries and graph operations.
Instructions
Create new MCP session for the authenticated user.
Args:
client_name: Name/type of the MCP client
Returns:
JSON string with session information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | Unknown Client |
Input Schema (JSON Schema)
{
"properties": {
"client_name": {
"default": "Unknown Client",
"title": "Client Name",
"type": "string"
}
},
"type": "object"
}