Skip to main content

Gcp/agentregistry

@swamp/gcp/agentregistryv2026.04.23.1· 9d agoMODELS
01README

Google Cloud agentregistry infrastructure models

02Models6
@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')
fn get(identifier: string)
Get a agents
ArgumentTypeDescription
identifierstringThe name of the agents
fn sync()
Sync agents state from GCP
fn search(pageSize?: any, pageToken?: any, searchString?: any)
search
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')
fn create()
Create a bindings
fn get(identifier: string)
Get a bindings
ArgumentTypeDescription
identifierstringThe name of the bindings
fn update()
Update bindings attributes
fn delete(identifier: string)
Delete the bindings
ArgumentTypeDescription
identifierstringThe name of the bindings
fn sync()
Sync bindings state from GCP
fn fetch_available()
fetch 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')
fn get(identifier: string)
Get a endpoints
ArgumentTypeDescription
identifierstringThe name of the endpoints
fn sync()
Sync 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)
fn get(identifier: string)
Get a locations
ArgumentTypeDescription
identifierstringThe name of the locations
fn sync()
Sync 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')
fn get(identifier: string)
Get a mcpServers
ArgumentTypeDescription
identifierstringThe name of the mcpServers
fn sync()
Sync mcpServers state from GCP
fn search(pageSize?: any, pageToken?: any, searchString?: any)
search
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')
fn create()
Create a services
fn get(identifier: string)
Get a services
ArgumentTypeDescription
identifierstringThe name of the services
fn update()
Update services attributes
fn delete(identifier: string)
Delete the services
ArgumentTypeDescription
identifierstringThe name of the services
fn sync()
Sync services state from GCP

Resources

state(infinite)— Represents a user-defined Service.
03Previous Versions6
2026.04.09.1Apr 9, 2026
  • Added: bindings

Added 1 models

2026.04.07.1Apr 7, 2026
  • Updated: agents, mcpservers

Modified 2 models

2026.04.03.3Apr 3, 2026
  • Updated: locations, agents, endpoints, mcpservers, services
2026.04.03.1Apr 3, 2026
  • Updated: locations, agents, endpoints, mcpservers, services
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: locations, agents, endpoints, mcpservers, services
04Stats
A
100 / 100
Downloads
0
Archive size
24.7 KB
Verified by Swamp
  • 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
05Platforms
06Labels