← Back to all apps

Capacities

Productivityby Capacities Labs GmbH
Launched Apr 8, 2026 on ChatGPT

Capacities brings together connected note-taking and structured data so everything you care about becomes an object, whether it’s a person, a book you’re reading, a project you’re working on or an idea you want to explore. Objects have structure, properties and connections that grow into a living network of your thoughts.

4ChatGPT Tools
Capacities Labs GmbHDeveloper
ProductivityCategory

Available Tools

Create entity link

createObjectLink
Full Description

Create a clickable link for an object ID. Use in your response when: Citing or referencing specific objects in your answer; You want the user to easily navigate to mentioned objects.

Parameters (1 required)
Required
entityIdstring

Object ID (with or without NOTE/ prefix)

Get object content

getObjectContent
Full Description

Retrieve content, of a specific object by its ID. Use when:

  • The snippet from searchNotes is not enough to answer the user prompt.
  • You want to retrieve the full content of the object for further analysis or reference.

Input: object ID (e.g., { id: "NOTE/abc123" }). Returns markdown content.

Parameters (1 required)
Required
idstring

Object ID (with or without NOTE/ prefix)

Save to daily note

saveToDailyNote
Full Description

Store text within today's daily note

Parameters (1 required)
Required
textstring

Markdown text to save to the daily note

Search

search
Full Description

Search the user's Capacities space for objects/notes matching a query. Returns object IDs with titles and details (snippet). Use getObjectContent to fetch the full content of a specific object/note.

Parameters (1 required, 1 optional)
Required
querystring

Plain search phrase (e.g. "meeting notes about project X"). Use plain natural-language words or phrases only; do NOT use wildcards (*), SQL-style operators (e.g. LIKE), or regex.

Optional
objectTypestring

Optional object type filter by title (e.g. "Book", "Person", "Project")