Skip to content

Clarify get_signing_link is for self-signing only - #66

Open
mihasicehcek wants to merge 1 commit into
mainfrom
docs/get-signing-link-self-sign
Open

Clarify get_signing_link is for self-signing only#66
mihasicehcek wants to merge 1 commit into
mainfrom
docs/get-signing-link-self-sign

Conversation

@mihasicehcek

Copy link
Copy Markdown
Collaborator

Summary

Clarifies the intent of the get_signing_link tool. The returned link is meant for the current (authenticated) user to sign the document themselves — it is not a way to send a document to another person for signature. Without this in the description, an agent can mistakenly reach for get_signing_link when the user actually wants to send a document out for signing.

Follow-up to #65 (which removed the access token from these links).

Changes

  • tools/signnow.py — expand the get_signing_link tool description and docstring to state it is for self-signing only, and point to send_invite / the embedded invite tools for sending a document to someone else.

Tests

Docs/description-only change to an existing tool; no behavior change. pytest tests/unit/ → 759 passed, 1 skipped; ruff + mypy green.

🤖 Generated with Claude Code

The signing link is meant for the current authenticated user to sign the
document themselves. It is not a way to send a document to another person
for signature. Spell this out in the tool description and docstring so
agents route "send for signing" requests to send_invite / embedded invite
instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mihasicehcek
mihasicehcek requested a review from legoun1t as a code owner July 8, 2026 13:00
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Diff Coverage

Diff: origin/main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant