Tools provided by this Server | Short Description |
---|---|
extract_key_facts | Extract key facts from a Wikipedia article, optionally focused on a topic. |
get_article | Get the full content of a Wikipedia article. |
get_links | Get the links contained within a Wikipedia article. |
get_related_topics | Get topics related to a Wikipedia article based on links and categories. |
get_sections | Get the sections of a Wikipedia article. |
get_summary | Get a summary of a Wikipedia article. |
search_wikipedia | Search Wikipedia for articles matching a query. |
summarize_article_for_query | Get a summary of a Wikipedia article tailored to a specific query. |
summarize_article_section | Get a summary of a specific section of a Wikipedia article. |
extract_key_facts
Parameters | Type | Description |
---|---|---|
title | string | |
count | integer (optional) | |
topic_within_article | string (optional) |
get_article
Parameters | Type | Description |
---|---|---|
title | string |
get_links
Parameters | Type | Description |
---|---|---|
title | string |
get_related_topics
Parameters | Type | Description |
---|---|---|
title | string | |
limit | integer (optional) |
get_sections
Parameters | Type | Description |
---|---|---|
title | string |
get_summary
Parameters | Type | Description |
---|---|---|
title | string |
search_wikipedia
Parameters | Type | Description |
---|---|---|
query | string | |
limit | integer (optional) |
summarize_article_for_query
Parameters | Type | Description |
---|---|---|
query | string | |
title | string | |
max_length | string (optional) |
summarize_article_section
Parameters | Type | Description |
---|---|---|
section_title | string | |
title | string | |
max_length | string (optional) |