get_algorithm_summary
Retrieve a short summary of a generative art algorithm including metadata and README excerpt to assess relevance without fetching full source code.
Instructions
Return a short summary of a Logic Lab algorithm without fetching full source.
For paths in the manifest, returns all metadata fields:
- path, title, category, concepts, visual_use, good_for, complexity, dependencies
- readme_excerpt: first ~6 non-empty lines of the nearest README.md (up to 1200
chars) when a README.md exists in the same directory
For paths not in the manifest, returns a minimal summary derived from the file
path (title inferred from directory name, category from the first path segment)
plus readme_excerpt when available.
This tool never returns source code — call get_algorithm for that. Use this
tool to assess relevance before committing to a full source fetch. It is
cheaper in context than get_algorithm for files you may not end up using.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Manifest-relative path to a .py or README.md file (e.g. 'physics/wave/wave.py'). Must be a relative path within the Logic Lab repository. Use search_algorithms to discover valid paths. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||