GovTribe Documentation
Documentation returns one GovTribe MCP reference article via article_name or concatenates multiple articles into one markdown document via article_names.
When To Use
Typical questions this tool answers well:
Which article should I read before I call a specific GovTribe MCP tool?
What guide explains query construction, search mode, date filters, location filters, aggregations, or vector-store retrieval?
What are the input and output contracts for a specific GovTribe search or account-action tool?
Required Reading
None.
Input Contract
Exactly one of
article_nameorarticle_namesmust be provided.article_name: Documentation article to retrieve.type:stringrequired:nodefault:n/anotes: Use this for a single article. It is mutually exclusive witharticle_names. Use the exact article name, such asSearch_Federal_Contract_Opportunities_Tool,Search_Query_Guide, orVector_Store_Content_Retrieval_Guide.
article_names: Documentation articles to concatenate into one markdown document.type:array<string>required:nodefault:n/anotes: Use this for multi-article retrieval. Each value must be an exact article name. Duplicate names are deduplicated by first occurrence. This field is mutually exclusive witharticle_name.
Output Contract
Returns raw markdown as plain text.
When
article_nameis used, the response is that single article.When
article_namesis used, the response is one markdown document formed by concatenating the requested articles in normalized order with blank-line separation.
Usage Notes
Call this before using other GovTribe MCP tools.
Tool articles end in
_Tool.Guide articles end in
_Guide.Batched requests reject invalid article names rather than returning partial results.
The returned markdown is the authoritative source for tool and guide usage details.
Last updated
Was this helpful?
