<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on MCP Toolbox for Databases</title><link>/integrations/dataplex/tools/</link><description>Recent content in Tools on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="/integrations/dataplex/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>dataplex-lookup-context</title><link>/integrations/dataplex/tools/dataplex-lookup-context/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/dataplex/tools/dataplex-lookup-context/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-lookup-context&lt;/code&gt; tool provides rich metadata of one or more data assets along with their relationships.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataplex-lookup-context&lt;/code&gt; takes a required &lt;code&gt;name&lt;/code&gt; parameter which contains the
project and location to which the request should be attributed in the following
form: projects/{project}/locations/{location} and also a required &lt;code&gt;resources&lt;/code&gt;
parameter which is a list of resource names for which metadata is needed in the
following form: projects/{project}/locations/{location}/entryGroups/{group}/entries/{entry}&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-lookup-entry</title><link>/integrations/dataplex/tools/dataplex-lookup-entry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/dataplex/tools/dataplex-lookup-entry/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-lookup-entry&lt;/code&gt; tool returns details of a particular entry in Dataplex
Catalog.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataplex-lookup-entry&lt;/code&gt; takes a required &lt;code&gt;name&lt;/code&gt; parameter which contains the
project and location to which the request should be attributed in the following
form: projects/{project}/locations/{location} and also a required &lt;code&gt;entry&lt;/code&gt;
parameter which is the resource name of the entry in the following form:
projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.
It also optionally accepts following parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;view&lt;/code&gt; - View to control which parts of an entry the service should return.
It takes integer values from 1-4 corresponding to type of view - BASIC,
FULL, CUSTOM, ALL&lt;/li&gt;
&lt;li&gt;&lt;code&gt;aspectTypes&lt;/code&gt; - Limits the aspects returned to the provided aspect types in
the format
&lt;code&gt;projects/{project}/locations/{location}/aspectTypes/{aspectType}&lt;/code&gt;. It only
works for CUSTOM view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;paths&lt;/code&gt; - Limits the aspects returned to those associated with the provided
paths within the Entry. It only works for CUSTOM view.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-search-aspect-types</title><link>/integrations/dataplex/tools/dataplex-search-aspect-types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/dataplex/tools/dataplex-search-aspect-types/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-search-aspect-types&lt;/code&gt; tool allows to fetch the metadata template of
aspect types based on search query.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataplex-search-aspect-types&lt;/code&gt; accepts following parameters optionally:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;query&lt;/code&gt; - Narrows down the search of aspect types to value of this parameter.
If not provided, it fetches all aspect types available to the user.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pageSize&lt;/code&gt; - Number of returned aspect types in the search page. Defaults to &lt;code&gt;5&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;orderBy&lt;/code&gt; - Specifies the ordering of results. Supported values are: relevance
(default), last_modified_timestamp, last_modified_timestamp asc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-search-entries</title><link>/integrations/dataplex/tools/dataplex-search-entries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/dataplex/tools/dataplex-search-entries/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-search-entries&lt;/code&gt; tool returns all entries in Dataplex Catalog (e.g.
tables, views, models) that matches given user query.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataplex-search-entries&lt;/code&gt; takes a required &lt;code&gt;query&lt;/code&gt; parameter based on which
entries are filtered and returned to the user. It also optionally accepts
following parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;scope&lt;/code&gt; - A scope limits the search space to a particular project or organization.
It must be in the format: organizations/&amp;lt;org_id&amp;gt; or projects/&amp;lt;project_id&amp;gt;
or projects/&amp;lt;project_number&amp;gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pageSize&lt;/code&gt; - Number of results in the search page. Defaults to &lt;code&gt;5&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;orderBy&lt;/code&gt; - Specifies the ordering of results. Supported values are: relevance
(default), last_modified_timestamp, last_modified_timestamp asc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item></channel></rss>