integrations.sh
← all integrations

googleapis.com – libraryagent

OpenAPI apis-guru analyticsmedia

A simple Google Example Library API.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:libraryagent/v1.json
Provider
googleapis.com:libraryagent / libraryagent
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/libraryagent/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/libraryagent/v1/openapi.yaml

Tools (7)

Extracted live via the executor SDK.

  • shelves.libraryagentShelvesBooksBorrow

    Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.

  • shelves.libraryagentShelvesBooksGet

    Gets a book. Returns NOT_FOUND if the book does not exist.

  • shelves.libraryagentShelvesBooksList

    Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.

  • shelves.libraryagentShelvesBooksReturn

    Return a book to the library. Returns the book if it is returned to the library successfully. Returns error if the book does not belong to the library or the users didn't borrow before.

  • shelves.libraryagentShelvesList

    Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools