Skip to content

Commit f5b883a

Browse files
Auto-update MCP README files
1 parent 1c96cf9 commit f5b883a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

mcps/NDP/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ uv run python src/server.py
111111
## Capabilities
112112

113113
### `list_organizations`
114-
**Description**: List organizations available in the National Data Platform. This tool should always be called before searching to verify organization names are correctly formatted. Supports filtering by organization name and selecting different servers (local, global, pre_ckan).
114+
**Description**: List organizations from the National Data Platform.
115115

116116
**Parameters**:
117117
- `name_filter` (str, optional): Filter organizations by name substring match
118118
- `server` (str, optional): Server to query - 'local', 'global', or 'pre_ckan' (default: 'global')
119119

120-
**Returns**: Dictionary containing list of organization names, count, and request metadata
120+
**Returns**: dict: Contains list of organization names and metadata about the request
121121

122122
### `search_datasets`
123-
**Description**: Search for datasets in the National Data Platform using simple or advanced search criteria. Supports both term-based searches and field-specific filtering. Use this tool to discover datasets by keywords, organization, format, or other metadata. Results can be limited to prevent context overflow.
123+
**Description**: Search for datasets in the National Data Platform using various search criteria.
124124

125125
**Parameters**:
126126
- `search_terms` (List[str], optional): List of terms for simple search across all fields
@@ -137,20 +137,19 @@ uv run python src/server.py
137137
- `filter_list` (List[str], optional): Field filters in format 'key:value'
138138
- `timestamp` (str, optional): Filter by timestamp field
139139
- `server` (str, optional): Server to search - 'local' or 'global' (default: 'global')
140-
- `limit` (int, optional): Maximum number of results to return (prevents context overflow)
140+
- `limit` (int or str, optional): Maximum number of results to return (default: 20 to prevent context overflow)
141141

142-
**Returns**: Dictionary containing list of matching datasets with detailed metadata, search parameters, and result counts
142+
**Returns**: dict: Contains list of matching datasets with detailed metadata
143143

144144
### `get_dataset_details`
145-
**Description**: Retrieve detailed information about a specific dataset using its ID or name. Returns comprehensive metadata including all resources, descriptions, and additional fields. Use this after finding datasets with search_datasets to get complete information.
145+
**Description**: Get detailed information about a specific dataset.
146146

147147
**Parameters**:
148148
- `dataset_identifier` (str): The dataset ID or name to retrieve details for
149149
- `identifier_type` (str, optional): Type of identifier - 'id' or 'name' (default: 'id')
150150
- `server` (str, optional): Server to query - 'local' or 'global' (default: 'global')
151151

152-
**Returns**: Dictionary containing detailed dataset information including all metadata, resources, and identifier information
153-
152+
**Returns**: dict: Detailed dataset information including all metadata and resources
154153
## Examples
155154

156155
### 1. Discover Available Organizations

mcps/parquet/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ uv --directory=$env:CLONE_DIR\iowarp-mcps\mcps\parquet run parquet-mcp --help
155155

156156

157157

158+
159+
160+
158161
## Examples
159162

160163
### 1. Data Discovery and Schema Analysis

0 commit comments

Comments
 (0)