Best Intent for data lookup

I was working on an app that does some specialized data lookup/calculation in network connectivity/security.

I was thinking about adding a siri voice lookup to the app. e.g. Siri "what is the efficiency of *** with parameter

YYY in myapp." I was looking at the intents in SiriKit, and there doesn't seem to be any siri intent that is reasonable.

The closest seems to be the note taking intent, if I model each piece of data as a note?


Thanks.