Skip to main content

@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 Swamp

How well-documented and verifiable this extension is.

100%

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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a agents
ArgumentTypeDescription
identifierstringThe name of the agents
syncSync agents state from GCP
searchsearch
ArgumentTypeDescription
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

ArgumentTypeDescription
authProviderBinding?objectThe AuthProvider of the Binding.
description?stringOptional. User-defined description of a Binding. Can have a maximum length of `2048` characters.
displayName?stringOptional. User-defined display name for the Binding. Can have a maximum length of `63` characters.
name?stringRequired. Identifier. The resource name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`.
source?objectThe source of the Binding.
target?objectThe target of the Binding.
bindingId?stringRequired. 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?stringOptional. 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?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a bindings
getGet a bindings
ArgumentTypeDescription
identifierstringThe name of the bindings
updateUpdate bindings attributes
deleteDelete the bindings
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a endpoints
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
getGet a locations
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a mcpServers
ArgumentTypeDescription
identifierstringThe name of the mcpServers
syncSync mcpServers state from GCP
searchsearch
ArgumentTypeDescription
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

ArgumentTypeDescription
agentSpec?objectThe spec of the agent.
description?stringOptional. User-defined description of an Service. Can have a maximum length of `2048` characters.
displayName?stringOptional. User-defined display name for the Service. Can have a maximum length of `63` characters.
endpointSpec?objectThe spec of the endpoint.
interfaces?arrayOptional. The connection details for the Service.
mcpServerSpec?objectThe spec of the MCP Server.
name?stringIdentifier. The resource name of the Service. Format: `projects/{project}/locations/{location}/services/{service}`.
requestId?stringOptional. 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?stringRequired. 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?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a services
getGet a services
ArgumentTypeDescription
identifierstringThe name of the services
updateUpdate services attributes
deleteDelete the services
ArgumentTypeDescription
identifierstringThe name of the services
syncSync services state from GCP

Resources

state(infinite)— Represents a user-defined Service.