@swamp/gcp/agentregistry
v2026.04.23.1
Google Cloud agentregistry infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
gcpgoogle-cloudagentregistrycloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/gcp/agentregistry@swamp/gcp/agentregistry/agentsv2026.04.23.1agents.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
getGet a agents
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the agents |
syncSync agents state from GCP
searchsearch
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| searchString? | any |
Resources
state(infinite)— Represents an Agent. "A2A" below refers to the Agent-to-Agent protocol.
@swamp/gcp/agentregistry/bindingsv2026.04.23.1bindings.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| authProviderBinding? | object | The AuthProvider of the Binding. |
| description? | string | Optional. User-defined description of a Binding. Can have a maximum length of `2048` characters. |
| displayName? | string | Optional. User-defined display name for the Binding. Can have a maximum length of `63` characters. |
| name? | string | Required. Identifier. The resource name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`. |
| source? | object | The source of the Binding. |
| target? | object | The target of the Binding. |
| bindingId? | string | Required. The ID to use for the binding, which will become the final component of the binding's resource name. This value should be 4-63 characters, and must conform to RFC-1034. Specifically, it must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a bindings
getGet a bindings
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bindings |
updateUpdate bindings attributes
deleteDelete the bindings
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bindings |
syncSync bindings state from GCP
fetch_availablefetch available
Resources
state(infinite)— Represents a user-defined Binding.
@swamp/gcp/agentregistry/endpointsv2026.04.23.1endpoints.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
getGet a endpoints
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the endpoints |
syncSync endpoints state from GCP
Resources
state(infinite)— Represents an Endpoint.
@swamp/gcp/agentregistry/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
getGet a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
syncSync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/agentregistry/mcpserversv2026.04.23.1mcpservers.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
getGet a mcpServers
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the mcpServers |
syncSync mcpServers state from GCP
searchsearch
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| searchString? | any |
Resources
state(infinite)— Represents an MCP (Model Context Protocol) Server.
@swamp/gcp/agentregistry/servicesv2026.04.23.1services.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| agentSpec? | object | The spec of the agent. |
| description? | string | Optional. User-defined description of an Service. Can have a maximum length of `2048` characters. |
| displayName? | string | Optional. User-defined display name for the Service. Can have a maximum length of `63` characters. |
| endpointSpec? | object | The spec of the endpoint. |
| interfaces? | array | Optional. The connection details for the Service. |
| mcpServerSpec? | object | The spec of the MCP Server. |
| name? | string | Identifier. The resource name of the Service. Format: `projects/{project}/locations/{location}/services/{service}`. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| serviceId? | string | Required. The ID to use for the service, which will become the final component of the service's resource name. This value should be 4-63 characters, and valid characters are `/a-z-/`. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a services
getGet a services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
updateUpdate services attributes
deleteDelete the services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
syncSync services state from GCP
Resources
state(infinite)— Represents a user-defined Service.
2026.04.09.125.0 KBApr 9, 2026
Google Cloud agentregistry infrastructure models
Release Notes
- Added: bindings
Changelog
Models
+bindings
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure
2026.04.07.118.9 KBApr 7, 2026
Google Cloud agentregistry infrastructure models
Release Notes
- Updated: agents, mcpservers
Changelog
Models
~agentsmethods: +search
~mcpserversmethods: +search
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure
2026.04.03.317.2 KBApr 3, 2026
Google Cloud agentregistry infrastructure models
Release Notes
- Updated: locations, agents, endpoints, mcpservers, services
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure
2026.04.03.117.0 KBApr 3, 2026
Google Cloud agentregistry infrastructure models
Release Notes
- Updated: locations, agents, endpoints, mcpservers, services
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure
2026.04.02.216.8 KBApr 2, 2026
Google Cloud agentregistry infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure
2026.03.27.117.3 KBMar 27, 2026
Google Cloud agentregistry infrastructure models
Release Notes
- Added: locations, agents, endpoints, mcpservers, services
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudagentregistrycloudinfrastructure