▲ | solarkraft 2 days ago | ||||||||||||||||
I am once again wishing screen time data was in Apple Health :( Exporting that is even worse. | |||||||||||||||||
▲ | neomantra 2 days ago | parent | next [-] | ||||||||||||||||
One could pretty easily wrap an MCP server around the ScreenTime activity SQLite database file on MacOS. You could use DuckDB like this server does. I’ve found good value in making purpose-build MCP servers like that with the general model: Data<>DuckDB<>MCP<>LLM With verbose description for the LLM of an “sql” tool endpoint for it to use to explore. | |||||||||||||||||
| |||||||||||||||||
▲ | cstone 2 days ago | parent | prev | next [-] | ||||||||||||||||
I agree entirely. It's especially frustrating since the DeviceActivity framework comes close, but doesn't provide enough detail for users to allow apps to track this info. The best approach we've found to tracking specific app use time is to have our app publish App Intents, and then tell users to trigger those intents with shortcuts. It's fairly effective, but very clunky to set up and has to be done app by app.. | |||||||||||||||||
▲ | yodamus 2 days ago | parent | prev [-] | ||||||||||||||||
[dead] |