Import a small CityJSON text document
cityjson_import_textImport a small CityJSON text payload into the managed workspace for inspection, validation, and querying. Use for programmatic JSON; choose file import for large models or attachments.
Instructions
Fallback for small programmatically supplied CityJSON documents only. The complete JSON travels through the MCP request, so never use it for normal chat attachments or large models; use cityjson_import instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Complete UTF-8 CityJSON document as JSON text. | |
| filename | No | Display filename used for the managed workspace copy. | import.city.json |