AddPortfolioLot

shallow

io.github.daniel3303/equibles · Verify this server

Record one purchase or sale in the USER's own portfolio as a lot: what was bought or sold, how much of it, at what price per share, and when. Ask the user for anything you are not sure of. Never guess a price or a date, and never invent a holding from something they merely mentioned. For a stock, pass its ticker. For an option, pass BOTH the underlying ticker and the OCC symbol in optionContract (e.g. O:AAPL260724C00110000). The contract's expiration, strike, type and contract size are read from the live options data, so an unknown or expired symbol is rejected rather than stored. GetOptionExpirations and GetOptionChain find the symbol. quantity is SIGNED: positive for shares bought or contracts bought, negative for a short sale or a written (sold-to-open) option. costPerUnit is always a positive price per share, what was paid for a long and what was received for a short, because the direction is carried by the sign of the quantity alone. For an option that is the premium per share, not per contract: 2 contracts at $3.20 means quantity 2 and costPerUnit 3.20. Retrying the identical call is safe: within a few minutes it returns the lot already recorded instead of adding a second one.

100.0/100

1 trials · measured 8 days ago

AddPortfolioLot scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.daniel3303/equibles, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
self-provisionable
Category
Communication
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: AddPortfolioLot
[![Vouch score](https://vouch.tools/api/tools/44a20620-e47e-4e3d-82dd-f91951dce902/badge.svg)](https://vouch.tools/tools/44a20620-e47e-4e3d-82dd-f91951dce902)
AddPortfolioLot — Vouch