# list_connection_profiles

Lists connection profiles in a given project and location. For example: { parent: "projects/my-project/locations/us-central1" create_time_after: 2025-10-02T10:15:33Z create_time_before: 2025-10-03T00:00:00Z display_name: bookstore page_size: 100 } will return up to 100 connection profiles in projects/my-project/locations/us-central1 that were created on or after 2025-10-02T10:15:33 UTC and before 2025-10-03T00:00:00 UTC, and have "bookstore" in their display name.

Agent View of the PolicyLayer registry record for `list_connection_profiles`. HTML page: https://policylayer.com/tools/com-googleapis-datastream-mcp/list-connection-profiles

## Facts

- Tool: `list_connection_profiles`
- Server: Mcp (`https://datastream.googleapis.com/mcp`) — https://policylayer.com/tools/com-googleapis-datastream-mcp.md
- Homepage: https://github.com/https://datastream.googleapis.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 6 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `parent` | string | yes | Required. The parent that owns the collection of connection profiles. Must be in the format `projects/*/locations/*`. For example: 'projects/my-project/location |
| `pageSize` | integer | no | Optional. Use to limit the number of connection profiles returned. Valid values are between 1 and 1000 inclusive. Defaults to 1000 if not provided or outside of |
| `pageToken` | string | no | Optional. A page token, received from a previous `list_connection_profiles` call. Provide this to retrieve the subsequent page. When paginating, all other param |
| `displayName` | string | no | Optional. Use to get connection profiles whose display name contains the provided name. |
| `createTimeAfter` | string | no | Optional. Use to get connection profiles that were created on or after the provided date/time, formatted as RFC-3339. Common Examples: 2023-09-24T15:30:00Z or 2 |
| `createTimeBefore` | string | no | Optional. Use to get connection profiles that were created before the provided date/time, formatted as RFC-3339. Common Examples: 2023-09-24T15:30:00Z or 2023-0 |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_connection_profiles",
    "arguments": {
      "parent": "<parent>"
    }
  }
}
```

## Why list_connection_profiles is rated Low

This tool retrieves and queries existing connection profile metadata without side effects. It returns filtered results but does not create, modify, delete, or execute any operations. It is a straightforward Read operation with minimal blast radius if misused by an AI agent—worst case being disclosure of connection profile metadata within the caller's Google Cloud project.

From the tool's own definition: "Tool name is 'list_connection_profiles' and description states it 'Lists connection profiles in a given project and location.' The example shows filtering and pagination parameters (parent, create_time_after, create_time_before, display_name, page_size) with…"

## Use case

AI agents call list_connection_profiles to retrieve information from Mcp without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Mcp:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "list_connection_profiles": {}
  }
}
```

## Other tools on Mcp (9)

- `delete_stream` — Destructive — https://policylayer.com/tools/com-googleapis-datastream-mcp/delete-stream.md
- `run_stream` — Execute — https://policylayer.com/tools/com-googleapis-datastream-mcp/run-stream.md
- `get_operation` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/get-operation.md
- `get_stream` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/get-stream.md
- `get_stream_object` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/get-stream-object.md
- `list_static_ips` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/list-static-ips.md
- `list_stream_objects` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/list-stream-objects.md
- `list_streams` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/list-streams.md
- `lookup_stream_object` — Read — https://policylayer.com/tools/com-googleapis-datastream-mcp/lookup-stream-object.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-googleapis-datastream-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-googleapis-datastream-mcp
