create_predefined_metric
Generate predefined spacetime metrics for symbolic algebra calculations, enabling precise mathematical modeling and analysis within the Symbolic Algebra MCP Server environment.
Instructions
Creates a predefined spacetime metric.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metric_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"metric_name": {
"title": "Metric Name",
"type": "string"
}
},
"required": [
"metric_name"
],
"title": "create_predefined_metricArguments",
"type": "object"
}