Skills/Knowledge & Facts/Resolve a topic to its article

Resolve a topic to its article

0.1 credits / lookup

Converts a rough topic name or phrase into the exact canonical article title needed for a precise summary lookup. Use this when the subject is ambiguous, misspelled, or could match multiple articles, so that the follow-up summary returns the right entry.

Use when

You have a rough name and need the canonical article title to fetch a clean summary.

Not for

Returning the article text itself, which the summary operation does.

Cost

0.1 credits / lookup

What it accepts

Set these inside the intent when you run it.

topicrequired

The subject to resolve, stated in plain words.

What you get back

The canonical article title that best matches the topic, with disambiguation context when multiple candidates are found.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Knowledge & Facts skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/knowledge/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"resolve_title","topic":"Marie Curie"}}'

Example requests

  • What is the correct article title for the Roman emperor Constantine?
  • Resolve the exact page for "quantum entanglement"
  • Which article covers the Great Barrier Reef?