All other tools (21)
felt-maps.add_data_source_table_to_map medium conf highaudit
Copies an entire table from a connected external database onto a map as a new layer, relocating production data into a shareable surface.
felt-maps.browse_data_source_tables low conf highallow
Lists the tables and saved queries available inside a connected database without returning their contents.
felt-maps.create_layer_from_data_source medium conf highaudit
Executes a SQL query against a connected external database and materializes the result as a new map layer, moving production data into Felt.
felt-maps.create_layer_from_felt_layers medium conf highaudit
Runs a SQL query against existing Felt layers and creates a new derived layer from the result.
felt-maps.create_map low conf highallow
Creates a new map in the workspace with an optional title, basemap, center, and zoom.
felt-maps.delete_annotation low conf highallow
Deletes a single annotation from a map.
felt-maps.delete_layer medium conf highaudit
Removes a data layer from a map, discarding the layer and its imported data.
felt-maps.duplicate_layer_to_map low conf highallow
Copies a layer from a Felt library dataset, Felt Server, or another map onto a target map.
felt-maps.get_tabular_data_from_data_source medium conf mediumaudit
Runs an ad-hoc read-only SELECT against a connected production database (Postgres, Snowflake, BigQuery) and returns raw rows, a read path that can surface sensitive records.
felt-maps.get_tabular_data_from_felt_layers medium conf mediumaudit
Runs an ad-hoc read-only SELECT against existing Felt layers and returns raw tabular rows to the caller.
felt-maps.import_layer_from_url medium conf highaudit
Fetches data from an external URL (ArcGIS, WMS, GeoJSON, Shapefile) and adds it to a map as a new layer.
felt-maps.inspect_data_source_table_columns low conf highallow
Returns the column names and types for a table inside a connected database, exposing schema metadata only.
felt-maps.inspect_layer_columns medium conf mediumaudit
Returns a layer's full column schema along with sample values and summary statistics, exposing representative row-level data.
felt-maps.list_data_sources low conf mediumallow
Enumerates the external databases connected to the workspace and their types, revealing the organization's data-source inventory.
felt-maps.prepare_file_upload low conf highallow
Issues a presigned S3 upload slot for adding a local file to a map as a new layer.
felt-maps.refresh_data_source_layer low conf highallow
Re-runs a data-source-backed layer's query to refresh it with the latest database results.
felt-maps.refresh_url_layer low conf highallow
Re-fetches a URL-backed layer's source to pull in the latest upstream data.
felt-maps.update_layer_properties low conf highallow
Updates a layer's name, description, or FSL style on the fields supplied.
felt-maps.update_map low conf highallow
Changes a map's title, basemap style, or viewport.
felt-maps.upload_contents_to_map low conf highallow
Adds inline text content (CSV, TSV, GeoJSON, KML, GPX) to a map as a new layer.
felt-maps.upsert_annotations low conf highallow
Creates or updates annotations on a map in place.